Update keyboard link
This commit is contained in:
parent
d90dd1dd1e
commit
af25350b94
2
bot.py
2
bot.py
|
|
@ -154,7 +154,7 @@ def keyboard(match: Match[str]) -> Response:
|
||||||
return MessageResponse(
|
return MessageResponse(
|
||||||
match,
|
match,
|
||||||
'this is my streaming keyboard (contributed by PhillipWei): '
|
'this is my streaming keyboard (contributed by PhillipWei): '
|
||||||
'http://www.wasdkeyboards.com/index.php/products/mechanical-keyboard/wasd-v3-87-key-custom-mechanical-keyboard.html', # noqa: E501
|
'http://www.wasdkeyboards.com/index.php/products/code-keyboard/code-87-key-mechanical-keyboard.html', # noqa: E501
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue