1
0

add category to live message without role ping

This commit is contained in:
Jannik Reimers 2024-11-22 21:41:21 +01:00
parent c31f2cc149
commit 4a313832fa
Signed by: jansel
GPG Key ID: 39C62D7D5233CFD0

View File

@ -45,7 +45,7 @@ suspend fun main() {
if (role != null) {
channel?.createMessage("<@&$role> https://twitch.tv/${it.channel.name} went live streaming ${it.stream.gameName}: ${it.stream.title}")
} else {
channel?.createMessage("${it.channel.name} went live: ${it.stream.title}")
channel?.createMessage("https://twitch.tv/${it.channel.name} went live streaming ${it.stream.gameName}: ${it.stream.title}")
}
}
}