Skip to content

Commit 425a5c9

Browse files
committed
Fix broken emoji
1 parent 03d9807 commit 425a5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/util/handleTripFinish.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ Easter Event:
569569
itemsToAddWithCL.add('Tasty');
570570
if (message.content) {
571571
message.content +=
572-
'\n:easterEgg:695473553314938920> **You received a very tasty looking chocolate bunny!**';
572+
'\n:<easterEgg:695473553314938920> **You received a very tasty looking chocolate bunny!**';
573573
}
574574
}
575575
if (!roll(effectiveEasterItemChance)) continue;

0 commit comments

Comments
 (0)