From c0b82d97484ffff0c1a9c6694ef39385ae794bc8 Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Fri, 22 Jan 2021 19:43:07 +0100 Subject: Remove alias --- cogs/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/admin.py b/cogs/admin.py index 4df1909..2306382 100755 --- a/cogs/admin.py +++ b/cogs/admin.py @@ -342,7 +342,7 @@ class Admin(commands.Cog): the_role = ctx.guild.get_role(int(role_id)) await ctx.author.add_roles(the_role) - @commands.command(aliases=["calc"]) + @commands.command() async def drun(self, ctx, *, uri: str): """Check to see if a runs video is potentially stolen""" try: -- cgit v1.2.3