1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

tiny update

This commit is contained in:
Steffo 2018-12-08 20:13:00 +01:00
parent 7f55e55937
commit af374d435e

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 "kda" in url.lower():
self.video_queue.add(YoutubeDLVideo("https://www.youtube.com/watch?v=qU7dqywqwWQ", enqueuer=enqueuer),
index)
# end