diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/alias.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bot/cogs/alias.py b/bot/cogs/alias.py index 2b499a537..d05a6a715 100644 --- a/bot/cogs/alias.py +++ b/bot/cogs/alias.py @@ -4,8 +4,8 @@ from typing import Union  from discord import Colour, Embed, Member, User  from discord.ext.commands import ( -    Cog, Command, Context, clean_content, -    command, Greedy, group, +    Cog, Command, Context, Greedy, +    clean_content, command, group,  )  from bot.bot import Bot | 
