tweak monitored mod icons

pull/6119/head
Thibault Duplessis 2020-03-03 16:12:10 -06:00
parent 7032aba767
commit 681a6a140a
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@ final class SlackApi(
client(
SlackMessage(
username = mod.name,
icon = icon,
text = linkifyUsers(text),
icon = "scroll",
text = s":$icon: ${linkifyUsers(text)}",
channel = "tavern-monitor"
)
)