1
0
Fork 0
mirror of synced 2024-06-29 19:50:25 +12:00

Added a rules command, to add custom rules per server

This commit is contained in:
Phxntxm 2016-07-30 14:12:54 -05:00
parent f1c8c13de4
commit 94ce235753

View file

@ -200,7 +200,7 @@ class Mod:
rules[ctx.message.server.id] = server_rules
config.saveContent('rules',rules)
except IndexError:
await self.bot.say"That is not a valid rule number! Your current rules are:\n```{}```".format(list_rules)
await self.bot.say("That is not a valid rule number! Your current rules are:\n```{}```".format(list_rules))
def setup(bot):