Minor tweak

This commit is contained in:
2018-10-21 19:33:25 +11:00
parent 0d55724a76
commit fea606a8ac

View File

@@ -273,7 +273,7 @@ function processGameplayCommands(message) {
.setColor(message.member.displayColor)
.setDescription(`${levelText} ${levelProgress} | ${crystalText} | ${cannisterText}`)
.addField("Stats", userStats)
.setFooter("Commands: !help | !lore | !checkin");
.setFooter("Commands: !help | !lore | !checkin | !give");
message.channel.send(embed);