Added log message for successful outfit addition
This commit is contained in:
parent
753320cd29
commit
e8371b67a9
@ -123,6 +123,7 @@ public class ImageListener implements MessageCreateListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
chnl.sendMessage(response);
|
chnl.sendMessage(response);
|
||||||
|
logger.info(String.format("Outfit from %s successfully added.", event.getMessageAuthor().getDiscriminatedName()));
|
||||||
|
|
||||||
// Add the reaction to the original message
|
// Add the reaction to the original message
|
||||||
GalleryController.getEmoji(channel.getIdAsString()).thenAcceptAsync(
|
GalleryController.getEmoji(channel.getIdAsString()).thenAcceptAsync(
|
||||||
|
Loading…
Reference in New Issue
Block a user