Skip to content

Commit 2eb3444

Browse files
committed
ough
1 parent 7a1dd74 commit 2eb3444

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
@@ -488,8 +488,8 @@ export class Twitch {
488488
});
489489
this.bot.credits.addToCredits(
490490
`twitch-${data.userId}`,
491-
this.colorFromId(data.userId),
492491
this.getDisplayName(data.userDisplayName,data.userName),
492+
this.colorFromId(data.userId),
493493
CreditType.Subscription,
494494
);
495495
this.bot.ioalert.emit("alert", {

0 commit comments

Comments
 (0)