From 1aef13e0ecfeaaed864f55f5fa6ec2f610727709 Mon Sep 17 00:00:00 2001 From: Aleksei Date: Fri, 28 Feb 2020 17:43:36 -0500 Subject: [PATCH] Added TODO --- .../fsbot/commands/developer/CreateGalleryCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/dev/salmonllama/fsbot/commands/developer/CreateGalleryCommand.java b/src/main/java/dev/salmonllama/fsbot/commands/developer/CreateGalleryCommand.java index 89e250c..db75c23 100644 --- a/src/main/java/dev/salmonllama/fsbot/commands/developer/CreateGalleryCommand.java +++ b/src/main/java/dev/salmonllama/fsbot/commands/developer/CreateGalleryCommand.java @@ -65,7 +65,7 @@ public class CreateGalleryCommand extends Command { // TODO: This command needs ctx.getChannel().asServerTextChannel().ifPresent(channel -> gallery.channelName = channel.getName()); - GalleryController.insert(gallery).exceptionally(ExceptionLogger.get()); // Make a discord exception logger for the thingos + GalleryController.insert(gallery).exceptionally(ExceptionLogger.get()); // TODO: Make a discord exception logger for the thingos EmbedBuilder embed = new EmbedBuilder() .setColor(Color.GREEN)