mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-20 11:51:17 +00:00
[core] Remove unused subscribed_months field from subgifts
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
3ddcffafbc
commit
8e2f1f649a
1 changed files with 5 additions and 6 deletions
1
irc.go
1
irc.go
|
@ -299,7 +299,6 @@ func (i ircHandler) handleTwitchUsernotice(m *irc.Message) {
|
|||
"channel": i.getChannel(m),
|
||||
"from": m.Tags["login"],
|
||||
"gifted_months": m.Tags["msg-param-gift-months"],
|
||||
"subscribed_months": m.Tags["msg-param-cumulative-months"],
|
||||
"plan": m.Tags["msg-param-sub-plan"],
|
||||
"to": m.Tags["msg-param-recipient-user-name"],
|
||||
}).Info("User gifted a sub")
|
||||
|
|
Loading…
Reference in a new issue