You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
342 B
8 lines
342 B
# Essential for the bot to function
|
|
INSTANCE = "" # Bots Misskey instance's URL **with schema**
|
|
KEY = "" # API key for the bot
|
|
|
|
# Extra stuff for control of the bot
|
|
ADMINS = [] # Fedi handles in the traditional 'user@domain.tld' style,
|
|
# allows these users to use extra admin exclusive commands
|
|
# with the bot
|
|
|