diff --git a/client.py b/client.py index dcb7f5d..079ef33 100644 --- a/client.py +++ b/client.py @@ -4,7 +4,7 @@ from rtmbot import RtmBot slack_client = None def init(config): - global client + global slack_client bot = RtmBot(config) slack_client = bot.slack_client return bot