🔨 Added missing commands to help
parent
6e52eae0de
commit
9a1453127c
|
@ -29,6 +29,8 @@ module.exports = {
|
||||||
const embed = new discord.MessageEmbed()
|
const embed = new discord.MessageEmbed()
|
||||||
.setTitle("Admin Commands")
|
.setTitle("Admin Commands")
|
||||||
.setColor('GREEN')
|
.setColor('GREEN')
|
||||||
|
|
||||||
|
|
||||||
message.channel.send({ embeds: [embed] });
|
message.channel.send({ embeds: [embed] });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,6 +56,7 @@ module.exports = {
|
||||||
|
|
||||||
.addField('!8ball', 'Answer your deepest questions.')
|
.addField('!8ball', 'Answer your deepest questions.')
|
||||||
.addField('!gorb', 'guinea pig orb')
|
.addField('!gorb', 'guinea pig orb')
|
||||||
|
.addField('!torch', 'Light the way')
|
||||||
message.channel.send({ embeds: [embed] });
|
message.channel.send({ embeds: [embed] });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue