Skip to content

Commit

Permalink
added notice in warn command
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Mar 7, 2024
1 parent 9ecfb39 commit c9945ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/warn/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports.run = async (interaction, warnMessage, Warn, checkforInfectedGuil
if (userID === client.user.id) return messageFail(interaction, 'You can\'t warn the bot itself!');
// add warn
await addWarn(Warn, interaction.guild.id, userID, warnMessage);
messageSuccess(interaction, `The user with the ID \`${userID}\` got a new warning added.\n Warning other servers.`);
messageSuccess(interaction, `The user with the ID \`${userID}\` got a new warning added.\nWarning other servers.\nPlease keep in mind: The warning feature is not a way to reach out the user!`);
checkforInfectedGuilds(interaction.guild, userID, warnMessage);
};

Expand Down

0 comments on commit c9945ab

Please sign in to comment.