Properly deleted removal confirmation message

This commit is contained in:
Salmonllama 2020-07-30 18:20:27 -04:00
parent 90527ad370
commit f826d0ed69

View File

@ -71,8 +71,9 @@ public class RemoveOutfitCommand extends Command {
EmbedBuilder response = new EmbedBuilder()
.setTitle("Deletion Successful!")
.setDescription(String.format("Outfit %s marked as deleted", outfit.getId()));
msg.delete();
ctx.reply(response);
// TODO: Log the action in FSBot-Log
EmbedBuilder log = new EmbedBuilder()
.setTitle("Outfit Marked as Deleted")