the-codeboy / mensabot

A discord bot that can send the mensa menu of several german mensas
https://mensabot.the-codeboy.com/
9 stars 4 forks source link

Clean up code #67

Open the-codeboy opened 1 year ago

the-codeboy commented 1 year ago

Since I started working on this project, discord bots changed quite a bit. The architecture of the mensabot was still designed for message commands. These days, it relies mostly on other kinds of interactions, so the project should be adjusted to better support this.

Also, there are still a lot of parts of the bot that are rarely/never used. Removing these would make the bot easier to use/document and make it easier for people to understand the code. I do not plan to remove every feature not related to mensa commands. All the commands that are actually used from time to time will stay.

the-codeboy commented 1 year ago