fix: stop mention spamming

This commit is contained in:
2022-11-21 21:19:31 +01:00
parent 9716709af3
commit 46adf3f81a
2 changed files with 2 additions and 0 deletions

View File

@@ -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 }
});
}
}

View File

@@ -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 }
});
}
}