add a space to the !so command so that bad linkifiers are ok
This commit is contained in:
parent
940a270f67
commit
09ac31ebb8
2
bot.py
2
bot.py
|
|
@ -561,7 +561,7 @@ def cmd_shoutout(match: Match[str]) -> Response:
|
||||||
user = match['user_channel']
|
user = match['user_channel']
|
||||||
return MessageResponse(
|
return MessageResponse(
|
||||||
match,
|
match,
|
||||||
f'you should check out https://twitch.tv/{esc(user)}!',
|
f'you should check out https://twitch.tv/{esc(user)} !',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue