Skip to content
Snippets Groups Projects
Commit 1fe1dc2b authored by Reviath's avatar Reviath
Browse files

Update commands/help.js

parent 1ddc2d0e
Branches
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ exports.run = async (client, message, args) => {
const help = new Discord.MessageEmbed()
.setTitle('Koakuma Help Menu!')
.setAuthor(message.author.username, message.author.avatarURL())
.addField(`<a:FeelsEveryone:800800122141278208> Economy Commands`, `\`${prefix}balance\` Shows your balance \n\`${prefix}daily\` Gives 500$ daily \n\`${prefix}coinflip\` You can get your money doubled or you can lose all \n\`${prefix}send\` Sends your money the person that you mentioned`)
.addField(`<a:FeelsEveryone:800800122141278208> Fun Commands`,`\`${prefix}cuddle\` Cuddle the person that you mentioned \n\`${prefix}highfive\` Highfive wiht the person that you mentioned \n\`${prefix}hug\` Hug the person that you mentioned \n\`${prefix}kiss\` Kiss the person that you mentioned \n\`${prefix}lick\` Lick the person that you mentioned \n\`${prefix}poke\` Poke the person that you mentioned \n\`${prefix}slap\` Slap the person that you mentioned`)
.addField(`<a:FeelsEveryone:800800122141278208> Economy Commands`, `\`${prefix}balance\` Shows your balance \n\`${prefix}daily\` Gives 500$ daily \n\`${prefix}coinflip\` You can get your money doubled or you can lose all \n\`${prefix}send\` Sends your money the person that you mentioned \n\`${prefix}roulette\` Play roulette .roulette [Color] [Amount] \n\`${prefix}slots\` Play slots game`)
.addField(`<a:FeelsEveryone:800800122141278208> Fun Commands`,`\`${prefix}cuddle\` Cuddle the person that you mentioned \n\`${prefix}highfive\` Highfive wiht the person that you mentioned \n\`${prefix}hug\` Hug the person that you mentioned \n\`${prefix}kiss\` Kiss the person that you mentioned \n\`${prefix}lick\` Lick the person that you mentioned \n\`${prefix}poke\` Poke the person that you mentioned \n\`${prefix}slap\` Slap the person that you mentioned \n\`${prefix}koakuma\` Send's koakuma image`)
.setColor(0xff776e)
message.channel.send(help)
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment