forked from Fascinated/Bat
funny git merge
This commit is contained in:
parent
80e7afedea
commit
c81835cb2d
@ -16,9 +16,11 @@ public enum Category {
|
|||||||
GENERAL(Emoji.fromUnicode("U+2699"), "General", false),
|
GENERAL(Emoji.fromUnicode("U+2699"), "General", false),
|
||||||
FUN(Emoji.fromFormatted("U+1F973"), "Fun", false),
|
FUN(Emoji.fromFormatted("U+1F973"), "Fun", false),
|
||||||
SERVER(Emoji.fromFormatted("U+1F5A5"), "Server", false),
|
SERVER(Emoji.fromFormatted("U+1F5A5"), "Server", false),
|
||||||
|
MODERATION(Emoji.fromFormatted("U+1F6E0"), "Moderation", false),
|
||||||
UTILITY(Emoji.fromFormatted("U+1F6E0"), "Utility", false),
|
UTILITY(Emoji.fromFormatted("U+1F6E0"), "Utility", false),
|
||||||
MUSIC(Emoji.fromFormatted("U+1F3B5"), "Music", false),
|
MUSIC(Emoji.fromFormatted("U+1F3B5"), "Music", false),
|
||||||
SNIPE(Emoji.fromFormatted("U+1F4A3"), "Snipe", false),
|
MOVIES_TV(Emoji.fromFormatted("U+1F3A5"), "Movies & TV", false),
|
||||||
|
MESSAGES(Emoji.fromFormatted("U+1F4A3"), "Snipe", false),
|
||||||
LOGS(Emoji.fromFormatted("U+1F4D1"), "Logs", false),
|
LOGS(Emoji.fromFormatted("U+1F4D1"), "Logs", false),
|
||||||
BEAT_SABER(Emoji.fromFormatted("U+1FA84"), "Beat Saber", false),
|
BEAT_SABER(Emoji.fromFormatted("U+1FA84"), "Beat Saber", false),
|
||||||
BOT_ADMIN(null, null, true);
|
BOT_ADMIN(null, null, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user