You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Haha-Yes/commands/help.js

9 lines
463 B
JavaScript

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(),
}
});
}