From ce156a1bf92c3702e005bde5bf213ed7c2d0fcc1 Mon Sep 17 00:00:00 2001 From: Aleksei Date: Tue, 25 Feb 2020 15:36:11 -0500 Subject: [PATCH] status comment update --- .../salmonllama/fsbot/listeners/ImageListener.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/dev/salmonllama/fsbot/listeners/ImageListener.java b/src/main/java/dev/salmonllama/fsbot/listeners/ImageListener.java index e59277a..f0e5525 100644 --- a/src/main/java/dev/salmonllama/fsbot/listeners/ImageListener.java +++ b/src/main/java/dev/salmonllama/fsbot/listeners/ImageListener.java @@ -41,12 +41,12 @@ public class ImageListener implements MessageCreateListener { @Override public void onMessageCreate(MessageCreateEvent event) { // TODO: This needs immediate help - // Check for valid source -> DONE - // Check for gallery channel presence - // Check for images (attached files and links from approved sources) - // Upload the image(s) to imgur - // Store the image in the database - // Send confirmation && log event + // Check for valid source -> DONE -> WORKING + // Check for gallery channel presence -> DONE -> WORKING + // Check for images (attached files and links from approved sources) -> DONE -> WORKING (approved links to be added later) + // Upload the image(s) to imgur -> DONE -> WORKING + // Store the image in the database -> DONE -> WORKING + // Send confirmation && log event -> IN PROGRESS (waiting for logger upgrade) if (!event.getMessageAuthor().isRegularUser()) { // Ignore anything that is a webhook or a bot message