You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its all a mess at the moment, the database uses a string containing an array of objects containing the channel and command name.
Structure example:
[{channel: "channelID",command: "help"}]
However the way theese are loaded and checked doesent work whatsoever. And the way they are uploaded to the database is really poorly designed. Could perhaps redo the system using enmap.
The idea is that you have two commands, disable and enable that can disable and enable one or more commands in one or all channels. A disabled command cant be used in said channel.
The text was updated successfully, but these errors were encountered:
Its all a mess at the moment, the database uses a string containing an array of objects containing the channel and command name.
Structure example:
However the way theese are loaded and checked doesent work whatsoever. And the way they are uploaded to the database is really poorly designed. Could perhaps redo the system using enmap.
The idea is that you have two commands, disable and enable that can disable and enable one or more commands in one or all channels. A disabled command cant be used in said channel.
The text was updated successfully, but these errors were encountered: