Change responses to be a bit more helpful

This commit is contained in:
Tarrgon
2025-09-22 10:15:58 -04:00
parent 333f4bdf4a
commit 1148a5cfba
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ export default {
await Database.removeFromKnowledgebase(id);
return interaction.editReply('Knowledge removed.');
return interaction.editReply(`Removed knowledgebase entry \`${item.name}\`.`);
} else if (subcommand == 'edit') {
const id = interaction.options.getInteger('name', true);