diff --git a/src/commands/credits/addons/give.js b/src/commands/credits/addons/give.js index a715f82..c0b7e39 100644 --- a/src/commands/credits/addons/give.js +++ b/src/commands/credits/addons/give.js @@ -32,8 +32,8 @@ module.exports = async (interaction) => { if (!toUser) { const embed = { - title: 'Set', - description: 'That user has no credits, I can not set credits to the user', + title: 'Give', + description: 'That user has no credits, I can not give credits to the user', color: config.colors.error, timestamp: new Date(), footer: { iconURL: config.footer.icon, text: config.footer.text },