m5136771 / atom-discord-bot

In-development Discord bot - Commands designed to enhance high school education with modern tools.
GNU General Public License v3.0
4 stars 0 forks source link

Condense button commands #25

Open m5136771 opened 1 year ago

m5136771 commented 1 year ago

I currently have a different command file for every skill assessment topic, even though the code all functions exactly the same. Each skill topic also has its own button linking to its own command file.

There should be a way to condense these command files down to one and have it execute dynamically based on the skill topic selected on /practice or /skill-assessment initialization.