Skip to content

Commit

Permalink
fix: correct emoji id for logic emoji (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian authored Sep 22, 2024
1 parent ab959e9 commit 0bd6ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getLevel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const changerGateBlockIdsByMode = new Set<ChangerGateBlockIdsByMode>([
{
blockIds: logicBlockIds,
mode: 'Logic',
emoji: '<:logic:1287485221182684161>'
emoji: '<:logic:1287485221884924059>'
},
{
blockIds: new Set([2279, 2280]),
Expand Down

0 comments on commit 0bd6ff2

Please sign in to comment.