Changed alias for airing command

pull/9/head
sgoudham 4 years ago
parent 2df6bad48c
commit 048d13a642

@ -376,7 +376,7 @@ class Anime(Cog):
menu = MWLMenu(i, perms, airing_best, self.bot) menu = MWLMenu(i, perms, airing_best, self.bot)
await menu.start(ctx) await menu.start(ctx)
@airing.command(name="anime", aliases=["shows", "series"]) @airing.command(name="anime", aliases=["show", "series"])
@bot_has_permissions(embed_links=True, add_reactions=True) @bot_has_permissions(embed_links=True, add_reactions=True)
async def anime(self, ctx): async def anime(self, ctx):
"""Display the current airing anime""" """Display the current airing anime"""

Loading…
Cancel
Save