Skip to content

Commit

Permalink
add direct link from slack message
Browse files Browse the repository at this point in the history
  • Loading branch information
Unihedro committed Jun 14, 2016
1 parent 55f16da commit ab5ddbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/slack/src/main/SlackApi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ final class SlackApi(
def userMod(user: User, mod: User): Funit = client(SlackMessage(
username = mod.username,
icon = "oncoming_police_car",
text = s"Let's have a look at <//lichess.org/@/${user.username}?mod>",
text = s"Let's have a look at https://lichess.org/@/${user.username}?mod",
channel = "tavern"))

def deployPre: Funit =
Expand Down

0 comments on commit ab5ddbc

Please sign in to comment.