aboutsummaryrefslogtreecommitdiff
path: root/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot.py')
-rw-r--r--bot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot.py b/bot.py
index 2721110..ccd8d22 100644
--- a/bot.py
+++ b/bot.py
@@ -36,6 +36,7 @@ class BedrockBot(commands.Bot):
def __init__(self):
super().__init__(command_prefix=get_prefix, case_insensitive=True)
self.logger = logging.getLogger('discord')
+ self.messageBlacklist = []
with open('custom_commands.json', 'r') as f:
self.custom_commands = json.load(f)