🔨 Added missing commands to help

imgbot
KieranRobson 2022-06-27 07:06:44 +01:00
parent 6e52eae0de
commit 9a1453127c
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,8 @@ module.exports = {
const embed = new discord.MessageEmbed()
.setTitle("Admin Commands")
.setColor('GREEN')
message.channel.send({ embeds: [embed] });
}
@ -54,6 +56,7 @@ module.exports = {
.addField('!8ball', 'Answer your deepest questions.')
.addField('!gorb', 'guinea pig orb')
.addField('!torch', 'Light the way')
message.channel.send({ embeds: [embed] });
}