init
This commit is contained in:
@@ -9,8 +9,13 @@ class SlackBot:
|
|||||||
client = None
|
client = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.BOT_TOKEN = "xoxb-1214605084611-4694289701799-1lCW10baLrihe60DvW1oZ32V"
|
# family
|
||||||
self.CHANNEL_ID = "C021KN0GG94"
|
# self.BOT_TOKEN = "xoxb-1214605084611-4694289701799-1lCW10baLrihe60DvW1oZ32V"
|
||||||
|
# self.CHANNEL_ID = "C021KN0GG94"
|
||||||
|
|
||||||
|
# ncue
|
||||||
|
self.BOT_TOKEN = "xoxb-305350122625-5129491733572-JsBui5wmj7bBoSibRvtz1trj"
|
||||||
|
self.CHANNEL_ID = "C03TNCAHQHE"
|
||||||
self.client = WebClient(token=self.BOT_TOKEN)
|
self.client = WebClient(token=self.BOT_TOKEN)
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user