r-Techsupport / TuringBot

A scaleable Discord bot, built as a replacement for https://github.com/r-Techsupport/TechSupportBot
GNU Affero General Public License v3.0
1 stars 3 forks source link

Add functionality for hot modifying the config by the bot admin #13

Open Cpt-Dingus opened 1 year ago

Cpt-Dingus commented 1 year ago

Currently, every time the config is modified the bot has to be restarted from the shell. The bot should ideally be able to modify the config in place, beit a slash command or support for the config file being modified while the bot is running.

Cpt-Dingus commented 1 year ago

This has to wait for the config file separation