Adding yt as an alias for youtube
This commit is contained in:
parent
164d33a1fd
commit
2241ee0ad5
@ -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