mirror of
https://github.com/SrIzan10/femboybot.git
synced 2026-06-06 00:56:50 +00:00
fix: stop mention spamming
This commit is contained in:
@@ -28,6 +28,7 @@ export default commandModule({
|
||||
await save.save();
|
||||
await ctx.editReply({
|
||||
content: `El mensaje de ${author} con ID \`${message}\` ha sido guardado correctamente en la base de datos!`,
|
||||
allowedMentions: { repliedUser: false }
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,6 +29,7 @@ export default commandModule({
|
||||
await save.save();
|
||||
await ctx.editReply({
|
||||
content: `El mensaje de ${author} con ID \`${message}\` ha sido guardado correctamente en la base de datos!`,
|
||||
allowedMentions: { repliedUser: false }
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user