1
0

fix stream announcements

This commit is contained in:
Jannik Reimers 2024-10-29 21:50:26 +01:00
parent 617e4dc8a1
commit e23d08fb75
Signed by: jansel
GPG Key ID: 39C62D7D5233CFD0

View File

@ -34,7 +34,7 @@ class EventHooks : Extension() {
launch {
val onlineLog =
kord.getGuildOrNull(tserverid)?.getChannelOf<GuildMessageChannel>(tchannelid)
onlineLog?.createMessage("${it.channel} is now live at https://twitch.tv/${it.channel}")
onlineLog?.createMessage("<@&1130981452130037800> ${it.channel.name} is now live at https://twitch.tv/${it.channel.name}")
}
}
}