This commit is contained in:
Twentysix
2016-02-29 13:53:09 +01:00
parent e0aa5eb08a
commit 22514af4d9
6 changed files with 8 additions and 7 deletions

View File

@@ -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