Adding yt as an alias for youtube
This commit is contained in:
parent
dc8d00817f
commit
911b62dd1e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user