erm
This commit is contained in:
parent
1177e3ad29
commit
47c05b7a7c
5 changed files with 7 additions and 7 deletions
|
@ -51,7 +51,7 @@ class Twitch : KordExKoinComponent {
|
|||
}
|
||||
}
|
||||
|
||||
if (event.customRewardId.get() == "bd678e34-5a33-4d79-9cb0-fbb83f88a26b") {
|
||||
if (event.customRewardId.isPresent && event.customRewardId.get() == "bd678e34-5a33-4d79-9cb0-fbb83f88a26b") {
|
||||
logger.info { "Channel points redeemed: ${event.customRewardId.get()}" }
|
||||
logger.info { "Activating free Replays..." }
|
||||
runBlocking {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue