We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80dd994 commit 6a4b3eaCopy full SHA for 6a4b3ea
client.py
@@ -1,8 +1,8 @@
1
-from slackclient import SlackClient
2
from rtmbot import RtmBot
3
4
slack_client = None
5
+
6
def init(config):
7
global slack_client
8
bot = RtmBot(config)
0 commit comments