add a space to the !so command so that bad linkifiers are ok

This commit is contained in:
Anthony Sottile 2020-07-08 12:59:32 -07:00
parent 940a270f67
commit 09ac31ebb8
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -561,7 +561,7 @@ def cmd_shoutout(match: Match[str]) -> Response:
user = match['user_channel']
return MessageResponse(
match,
f'you should check out https://twitch.tv/{esc(user)}!',
f'you should check out https://twitch.tv/{esc(user)} !',
)