Skip to content

Commit

Permalink
Add new up and down emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Dec 8, 2024
1 parent ecb2c65 commit f227013
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/main/java/xyz/srnyx/lazylibrary/LazyEmoji.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,30 @@ public enum LazyEmoji {
* Dark short right arrow without background
*/
RIGHT2_CLEAR_DARK(1298411494790402058L),
/**
* Short up arrow
*/
UP2(1315113070892421230L),
/**
* Short up arrow without background
*/
UP2_CLEAR(1315113072737779742L),
/**
* Dark short up arrow without background
*/
UP2_CLEAR_DARK(1315113073840750654L),
/**
* Short down arrow
*/
DOWN2(1315113084024786974L),
/**
* Short down arrow without background
*/
DOWN2_CLEAR(1315113084850802698L),
/**
* Dark short down arrow without background
*/
DOWN2_CLEAR_DARK(1315113085723480074L),
/**
* Double right arrow
*/
Expand Down

0 comments on commit f227013

Please sign in to comment.