Skip to content

Commit

Permalink
Goobert emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
mybearworld committed Jul 24, 2024
1 parent f65049c commit 4e9c46c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Roarer 2

The second version of Roarer, a simple and mobile friendly client.

## Attribution

The Goobert emoji is by @EngineerRunner.
2 changes: 2 additions & 0 deletions src/lib/discordEmoji.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ export const discordEmoji = (
{ name: "sphere", id: "1227279796715917362", isGif: true },
{ name: "spin", id: "1227279798015889498", isGif: true },
{ name: "squish", id: "1227279787072946189", isGif: true },
// you know what this is
{ name: "goobert", id: "1254882434898464922", isGif: false },
] satisfies DiscordEmoji[]
).sort((a, b) =>
a.name > b.name ? 1
Expand Down

0 comments on commit 4e9c46c

Please sign in to comment.