1st commit Discord Bot
This commit is contained in:
9
commands/help.js
Normal file
9
commands/help.js
Normal file
@@ -0,0 +1,9 @@
|
||||
var libFlayer = require("../libFlayer.js");
|
||||
|
||||
module.exports = {
|
||||
name: 'help',
|
||||
description: 'Help',
|
||||
execute(message) {
|
||||
message.reply('For a list of available commands type !commands');
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user