From a0913764c17bcb29aac612a4a89ba968039468ca Mon Sep 17 00:00:00 2001 From: Michael H Date: Sat, 17 Aug 2024 18:21:18 +1000 Subject: [PATCH] feat: add bunolice emoji (#37) ![bunolice](https://github.com/user-attachments/assets/588af588-6585-4717-a59b-60f7da586e96) --- src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.ts b/src/constants.ts index 8f61caa..6583b14 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -49,6 +49,7 @@ export const BUN_EMOJIS = [ { name: "bunparty", id: "1210663548963921960" }, { name: "bunsplode", id: "1210663666454634586" }, { name: "bunsob", id: "1254862523857895537" }, + { name: "bunolice", id: "1274280067735748608" }, { name: "bundowspet", id: "1222860633377341461", animated: true }, { name: "bunpet", id: "1172808445737574591", animated: true }, { name: "bunsegfault", id: "1175208306533486632", animated: true },