diff --git a/botconfig.py b/botconfig.py index 27cb0f9..6ff9a7f 100644 --- a/botconfig.py +++ b/botconfig.py @@ -6,4 +6,5 @@ NICK = "wolfbot" OWNER = "unaffiliated/wolfbot_admin1" ADMINS = ("unaffiliated/wolfbot_admin1", "unaffiliated/wolfbot_admin2") CMD_CHAR = "!" -CHANGING_HOST_QUIT_MESSAGE = "Changing host" \ No newline at end of file +CHANGING_HOST_QUIT_MESSAGE = "Changing host" +DEBUG_MODE = False \ No newline at end of file