Skip to content

Token part

j3ssie edited this page Jan 30, 2019 · 1 revision

Token part

;bunch of token
[configs]
sender_token = xoxb-xxx
user_token = xoxp-xxx
local_name = "Mac-01"
node_id = "MM-001"

sender_token is the token that your bot gonna use to send message to some channel in the channel config part. This could be token of the user or an app.

user_token is user token that used to search through some of channel below. So make sure this user have permission in some channel in the channel config part.

local_name is the footer of status message(currently just information).

node_id is unique name of the bot run this tool(currently just information).

Clone this wiki locally