Added command blacklist, added ability to toggle command types
This commit is contained in:
parent
1cafef76d7
commit
7fae0c1582
3 changed files with 38 additions and 4 deletions
7
config/commands.json
Normal file
7
config/commands.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"types": {
|
||||
"classic": true,
|
||||
"application": true
|
||||
},
|
||||
"blacklist": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue