From 09ac31ebb8c514f595f5c87581b365fd6f52ead7 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 8 Jul 2020 12:59:32 -0700 Subject: [PATCH] add a space to the !so command so that bad linkifiers are ok --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index b0dc854..e86d0d5 100644 --- a/bot.py +++ b/bot.py @@ -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)} !', )