add bal command
This commit is contained in:
3 files changed
+121
-11
No files matched your search
@@ -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;
|
||||
|
||||
Reference in new issue
Block a user