diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-01-22 18:43:07 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-01-22 18:43:07 +0000 |
commit | c0b82d97484ffff0c1a9c6694ef39385ae794bc8 (patch) | |
tree | 4c1ea8a7de3549fd1e8c468cb9e5173e29d4e1e3 | |
parent | 4f326240a54f29c6a2fded0eb5c7eca45bb40668 (diff) | |
download | steve-bot-c0b82d97484ffff0c1a9c6694ef39385ae794bc8.tar steve-bot-c0b82d97484ffff0c1a9c6694ef39385ae794bc8.tar.gz steve-bot-c0b82d97484ffff0c1a9c6694ef39385ae794bc8.tar.bz2 steve-bot-c0b82d97484ffff0c1a9c6694ef39385ae794bc8.tar.lz steve-bot-c0b82d97484ffff0c1a9c6694ef39385ae794bc8.tar.xz steve-bot-c0b82d97484ffff0c1a9c6694ef39385ae794bc8.tar.zst steve-bot-c0b82d97484ffff0c1a9c6694ef39385ae794bc8.zip |
Remove alias
-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: |