mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Polish
This commit is contained in:
@@ -22,7 +22,7 @@ class Alias:
|
||||
async def _add_alias(self,ctx,command : str,*,to_execute):
|
||||
"""Add an alias for a command
|
||||
|
||||
Example: !alias add test penis @TwentySix"""
|
||||
Example: !alias add test flip @Twentysix"""
|
||||
server = ctx.message.server
|
||||
if self.get_prefix(to_execute) == False:
|
||||
to_execute = self.bot.command_prefix[0] + to_execute
|
||||
|
||||
Reference in New Issue
Block a user