new command to send help in current channel
This commit is contained in:
parent
3849dee47e
commit
a5a4f4bf96
10
commands/sendhelp.js
Normal file
10
commands/sendhelp.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
const fn = require('../functions.js');
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
name: 'sendhelp',
|
||||||
|
description: 'Send the help message to the current channel',
|
||||||
|
permissions: 'BOT_MOD', // To be implemented later
|
||||||
|
execute(message, file) {
|
||||||
|
message.channel.send(fn.createHelpEmbed(message));
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user