add bal command

This commit is contained in:
SowinskiBraeden committed 2022-07-05 23:30:33 -07:00
1 parent 8aa71e5ffb
commit fe9bc52dec
3 files changed
+121 -11

No files matched your search

+5 -2
View File
@@ -113,8 +113,11 @@ module.exports = {
.catch(err => {
if (err) {
client.log(err);
const channel = interaction.guild.channels.cache.find(channel => channel.id === GuildDB.tweetChannel);
return client.sendError(channel, err);
let embed = new MessageEmbed()
.setTitle(err)
.setColor("RED")
return interaction.send({ embeds: [embed] });
}
});
} else inventory = inventory.inventory;