Added command blacklist, added ability to toggle command types

This commit is contained in:
Essem 2022-08-22 13:03:27 -05:00
parent 1cafef76d7
commit 7fae0c1582
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
3 changed files with 38 additions and 4 deletions

7
config/commands.json Normal file
View file

@ -0,0 +1,7 @@
{
"types": {
"classic": true,
"application": true
},
"blacklist": []
}