Filtering out unavailable commands from help.

This commit is contained in:
2022-10-24 02:10:07 +02:00
parent 98c5335bc2
commit f9708a1a77
2 changed files with 8 additions and 2 deletions

View File

@@ -39,4 +39,5 @@ function onCommand(args, context) {
module.exports = {
name: 'Say',
onCommand,
restricted: true,
};