chore: no pings pls

This commit is contained in:
2025-08-15 00:08:10 -07:00
parent 483d5e8b9e
commit 71566a83ed
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -37,6 +37,9 @@ export const leaderboard: Command = async(pavelle, interaction) => {
? `You are rank #${sorted.indexOf(yourScore).toString()} with ${yourScore.points.toString()} points.`
: "You are not ranked. Try throwing some stuff!";
await interaction.editReply({
allowedMentions: {
parse: [],
},
components: [
{
// eslint-disable-next-line @typescript-eslint/naming-convention -- Discord API convention.
+1 -1
View File
@@ -87,7 +87,7 @@ export const throwCmd: Command = async(pavelle, interaction) => {
);
await interaction.editReply({
allowedMentions: {
parse: [ "users" ],
parse: [ ],
},
components: components,
flags: [ MessageFlags.IsComponentsV2 ],