Added TODO

This commit is contained in:
Aleksei 2020-02-28 17:43:36 -05:00
parent dea0353280
commit 1aef13e0ec

View File

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