Adding yt as an alias for youtube

This commit is contained in:
Luke Robles 2022-01-08 22:50:41 -08:00
parent dc8d00817f
commit 911b62dd1e

View File

@ -580,6 +580,10 @@ async def source(ctx):
await ctx.send("https://git.luker.gq/ldooks/dragon-bot") 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") @bot.command(name="youtube")
async def youtube(ctx): async def youtube(ctx):
import youtube import youtube