This commit is contained in:
Lukian 2023-07-06 20:53:10 +02:00
parent 4dcd4c9072
commit 0163d40b4e
3 changed files with 63 additions and 2 deletions

View file

@ -141,6 +141,11 @@ const commands = [
},
],
},
{
name : 'help',
description : 'Get help',
},
];
module.exports = { commands };