guild join/remove unit tests

This commit is contained in:
klemek
2020-09-06 14:28:41 +02:00
parent f109873ac2
commit 7b6e26183f
2 changed files with 62 additions and 10 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class Bot(object):
self.alias = alias # can call bot with {alias}{command_name}
self.any_mention = False # bot mention can be anywhere
self.log_calls = False
self.guild_logs_file = "../guilds.log"
self.guild_logs_file = "guilds.log"
self.enforce_write_permission = True
self.lower_command_names = True
self.game_change_delay = 10