1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2018-12-08 12:22:54 +01:00
parent 59d731e20e
commit 7a9195b2cb

View file

@ -837,7 +837,7 @@ class RoyalDiscordBot(discord.Client):
self.video_queue.add(YoutubeDLVideo(entry["webpage_url"], enqueuer=enqueuer), index)
return
# 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),
index)
# end