Added help commands.

This commit is contained in:
2022-10-22 01:23:11 +02:00
parent 73646482c9
commit cd133bb8bc
9 changed files with 63 additions and 16 deletions

View File

@@ -37,5 +37,6 @@ function onCommand(args, context) {
}
module.exports = {
name: 'Say',
onCommand,
};