catch exceptions
Some checks failed
Deploy to Dokku / docker (ubuntu-latest) (push) Failing after 42s
Some checks failed
Deploy to Dokku / docker (ubuntu-latest) (push) Failing after 42s
This commit is contained in:
@ -19,14 +19,6 @@ public class Emojis {
|
||||
public static final Emoji SKIP_EMOJI;
|
||||
public static final Emoji HOME_EMOJI;
|
||||
|
||||
/**
|
||||
* Presence Status Emojis
|
||||
*/
|
||||
public static final Emoji ONLINE_EMOJI;
|
||||
public static final Emoji IDLE_EMOJI;
|
||||
public static final Emoji DND_EMOJI;
|
||||
public static final Emoji OFFLINE_EMOJI;
|
||||
|
||||
static {
|
||||
log.info("Loading emojis...");
|
||||
JDA jda = DiscordService.JDA;
|
||||
@ -34,10 +26,6 @@ public class Emojis {
|
||||
CHECK_MARK_EMOJI = jda.getEmojiById("1258922852669853817");
|
||||
CROSS_MARK_EMOJI = jda.getEmojiById("1256634487429922897");
|
||||
SAD_FACE_EMOJI = jda.getEmojiById("1256636078258131055");
|
||||
ONLINE_EMOJI = jda.getEmojiById("1256662465668710430");
|
||||
IDLE_EMOJI = jda.getEmojiById("1256662632203685991");
|
||||
DND_EMOJI = jda.getEmojiById("1256662572933845032");
|
||||
OFFLINE_EMOJI = jda.getEmojiById("1256662679402053662");
|
||||
PAUSE_EMOJI = Emoji.fromUnicode("⏸");
|
||||
PLAY_EMOJI = Emoji.fromUnicode("▶");
|
||||
SKIP_EMOJI = Emoji.fromUnicode("⏭");
|
||||
|
Reference in New Issue
Block a user