BreadMoirai / DiscordEmoji

Emojis for discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiscordEmoji

Emojis for discord as enum structured as follows

NAME (
   int[] codePoints,
   String utf8,
   Emoji.Category category,
   String url; //links to the .svg url as used in the client
)

Todo

Add skin-tone support.

About

Emojis for discord

License:Apache License 2.0


Languages

Language:Java 100.0%