diff --git a/src/main/kotlin/dev/jansel/feixiao/App.kt b/src/main/kotlin/dev/jansel/feixiao/App.kt index 40ba1d5..0c932d6 100644 --- a/src/main/kotlin/dev/jansel/feixiao/App.kt +++ b/src/main/kotlin/dev/jansel/feixiao/App.kt @@ -43,7 +43,7 @@ suspend fun main() { val channel = bot.kordRef.getChannelOf(streamer!!.servers.first().channelId) val role = streamer.servers.first().roleId if (role != null) { - channel?.createMessage("<@&$role> ${it.channel.name} went live streaming ${it.stream.gameName}: ${it.stream.title}") + 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}") }