feat(discord-bot): suppress mention reply on success
This commit is contained in:
@@ -47,5 +47,10 @@ export const iconeCommand: Command = async (message, args) => {
|
||||
)
|
||||
.setColor(65280),
|
||||
],
|
||||
options: {
|
||||
allowedMentions: {
|
||||
repliedUser: false,
|
||||
},
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user