Version 1.1 #55

Merged
waifu merged 63 commits from dev into master 2025-06-12 21:10:30 -07:00
Showing only changes of commit eaa6308906 - Show all commits

View file

@ -23,11 +23,11 @@ config = configparser.ConfigParser()
config.read(get_config_file())
# Username for the bot
USER = config['credentials']['User']
USER = config['credentials']['User'].lower()
# API key for the bot
KEY = config['credentials']['Token']
# Bot's Misskey instance URL
INSTANCE = config['credentials']['Instance']
INSTANCE = config['credentials']['Instance'].lower()
# TODO: move this to db
# Fedi handles in the traditional 'user@domain.tld' style, allows these users