1
0

maybe last missing step
All checks were successful
Build & Publish / build (push) Successful in 3m21s

This commit is contained in:
Jannik Reimers 2025-04-03 23:34:19 +02:00
parent 78572ef176
commit 036083448d
Signed by: jansel
GPG Key ID: 39C62D7D5233CFD0

View File

@ -41,6 +41,8 @@ class Twitch : KordExKoinComponent {
content = "Channel points redeemed: ${event.customRewardId.get()}"
this.addFile("replay.osr", ChannelProvider(null) { ByteReadChannel(replay!!.replayFile) })
}
// remove the replay from the database
ReplayCollection().delete(event.message)
}
}
}