mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
tiny update
This commit is contained in:
parent
7f55e55937
commit
af374d435e
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)
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue