forked from Supositware/Haha-Yes
Added a very basic help command
This commit is contained in:
parent
4cb20e5d0a
commit
da238ee58d
1 changed files with 9 additions and 0 deletions
9
commands/help.js
Normal file
9
commands/help.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
exports.run = (client, message) => {
|
||||
message.channel.send({embed: {
|
||||
color: 3447003,
|
||||
title: "Help",
|
||||
description: "Ping: Pong! \n Kick: Kick people from the server (Staff only) {haha kick (mention user)(reasons)} \n Reload: reload a specific command without rebooting the bot (owner only) {haha reload (name of commands)} \n Eval: let the owner do any commands {haha eval (the command)}",
|
||||
timestamp: new Date(),
|
||||
}
|
||||
});
|
||||
}
|
Loading…
Reference in a new issue