forked from waifu/kemoverse
8 lines
342 B
Python
8 lines
342 B
Python
# 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
|