We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1dd74 commit 2eb3444Copy full SHA for 2eb3444
1 file changed
src/twitch.ts
@@ -488,8 +488,8 @@ export class Twitch {
488
});
489
this.bot.credits.addToCredits(
490
`twitch-${data.userId}`,
491
- this.colorFromId(data.userId),
492
this.getDisplayName(data.userDisplayName,data.userName),
+ this.colorFromId(data.userId),
493
CreditType.Subscription,
494
);
495
this.bot.ioalert.emit("alert", {
0 commit comments