mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 10:29:10 -04:00
Edit added note message
This commit is contained in:
@@ -87,7 +87,7 @@ export default {
|
||||
|
||||
await Database.putNote(user.id, reason, interaction.user.id);
|
||||
|
||||
interaction.editReply('Added note.');
|
||||
interaction.editReply(`Note added to ${user}.\n\nReason:\n${reason}`);
|
||||
} else if (subcommand == 'remove') {
|
||||
const user = interaction.options.getUser('user', true);
|
||||
const noteId = interaction.options.getInteger('note', true);
|
||||
|
||||
Reference in New Issue
Block a user