maybe last missing step
All checks were successful
Build & Publish / build (push) Successful in 3m21s
All checks were successful
Build & Publish / build (push) Successful in 3m21s
This commit is contained in:
parent
78572ef176
commit
036083448d
@ -41,6 +41,8 @@ class Twitch : KordExKoinComponent {
|
|||||||
content = "Channel points redeemed: ${event.customRewardId.get()}"
|
content = "Channel points redeemed: ${event.customRewardId.get()}"
|
||||||
this.addFile("replay.osr", ChannelProvider(null) { ByteReadChannel(replay!!.replayFile) })
|
this.addFile("replay.osr", ChannelProvider(null) { ByteReadChannel(replay!!.replayFile) })
|
||||||
}
|
}
|
||||||
|
// remove the replay from the database
|
||||||
|
ReplayCollection().delete(event.message)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user