Skip to content

Commit 407ec03

Browse files
authored
Hotfix discord emoji
1 parent f535fca commit 407ec03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/rep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export class RepModule extends Module {
176176
.map(
177177
(x, index) =>
178178
`${
179-
topEmojis[index] || ':small_white_square:'
179+
topEmojis[index] || ':white_small_square:'
180180
} **<@${x.id}>** with **${x.count}** points.`,
181181
)
182182
.join('\n'),

0 commit comments

Comments
 (0)