Skip to content

Commit e4e5bda

Browse files
committed
cheer credit fix
1 parent 4539449 commit e4e5bda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/twitch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ export class Twitch {
306306
const name = this.formatDisplayName(event.msg);
307307
this.bot.credits.addToCredits(
308308
`twitch-${event.msg.userInfo.userId}`,
309-
this.getUserColor(event.msg),
310309
name,
310+
this.getUserColor(event.msg),
311311
CreditType.Cheer,
312312
);
313313
const message = event.message.replaceAll(/cheer\d+/gi, "");

0 commit comments

Comments
 (0)