mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
case
This commit is contained in:
parent
59d731e20e
commit
7a9195b2cb
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ class RoyalDiscordBot(discord.Client):
|
||||||
self.video_queue.add(YoutubeDLVideo(entry["webpage_url"], enqueuer=enqueuer), index)
|
self.video_queue.add(YoutubeDLVideo(entry["webpage_url"], enqueuer=enqueuer), index)
|
||||||
return
|
return
|
||||||
# KDA hardcode, remove me soon
|
# KDA hardcode, remove me soon
|
||||||
if "k/da" in info.get("title", ""):
|
if "K/DA" in info.get("title", ""):
|
||||||
self.video_queue.add(YoutubeDLVideo("https://www.youtube.com/watch?v=qU7dqywqwWQ", enqueuer=enqueuer),
|
self.video_queue.add(YoutubeDLVideo("https://www.youtube.com/watch?v=qU7dqywqwWQ", enqueuer=enqueuer),
|
||||||
index)
|
index)
|
||||||
# end
|
# end
|
||||||
|
|
Loading…
Reference in a new issue