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
+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 ],