Skip to content

Commit

Permalink
Update premiumfix.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Sep 2, 2023
1 parent ce46936 commit d35d556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/discord/commands/staff/premiumfix.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ exports.run = async (client, message, args) => {

if (actualPremiumServersUsed != storedPremiumServersUsed) {
userPrem.set(selectedUser.id, { used: actualPremiumServersUsed, donated: userPremData.donated });
replyMsg.edit(`**${selectedUser.user.username}**'s premium server count has been fixed!`);
replyMsg.edit(`**${selectedUser.username}**'s premium server count has been fixed!`);
} else {
replyMsg.edit(`**${selectedUser.user.username}** has the correct premium server count!`);
replyMsg.edit(`**${selectedUser.username}** has the correct premium server count!`);
}
} catch(err) {
replyMsg.edit(`<:No:768256005426511912> An error occurred\n\`\`\`${err.message}\`\`\``);
Expand Down

0 comments on commit d35d556

Please sign in to comment.