Supinic / supibot

Multiplatform, utility & novelty chat bot.
GNU Affero General Public License v3.0
132 stars 41 forks source link

Remove all `Static_Data` definitions from commands #79

Closed Supinic closed 5 months ago

Supinic commented 5 months ago

This system is fully deprecated by now.

Originally, commands had to be defined in a single module.exports statement. This is no longer the case, and ideally, all constant/static values should be defined within the command file itself, or moving into some kind of JSON file, or creating some kind of a module.