diff options
-rwxr-xr-x | cogs/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |