9 lines
141 B
Python
9 lines
141 B
Python
# config.py:
|
|
|
|
### bot token
|
|
token = ""
|
|
### guild (id) to get roles from
|
|
guildid =
|
|
## webhook url to post current arbitration
|
|
arbyhook = ''
|