diff --git a/app/bot.py b/app/bot.py index 55c0783b..34f58bc1 100755 --- a/app/bot.py +++ b/app/bot.py @@ -580,6 +580,10 @@ async def source(ctx): await ctx.send("https://git.luker.gq/ldooks/dragon-bot") +@bot.command(name="yt") +async def yt(ctx): + await youtube(ctx) + @bot.command(name="youtube") async def youtube(ctx): import youtube