remove income function
This commit is contained in:
2 files changed
+67
-1
No files matched your search
@@ -76,7 +76,12 @@ module.exports = {
|
||||
});
|
||||
}
|
||||
|
||||
return interaction.send(`Set <@&${args[0].value}>'s income to $${args[1].value}`);
|
||||
let successEmbed = new MessageEmbed()
|
||||
.setTitle('Success')
|
||||
.setDescription(`Set <@&${args[0].value}>'s income to $${args[1].value}`)
|
||||
.setColor('GREEN');
|
||||
|
||||
return interaction.send({ embeds: [successEmbed] });
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in new issue
Block a user