From dd3b4cbe9009c2b7f3ae48a8f5fb54dcb15f1b29 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 29 May 2020 14:48:00 -0700 Subject: [PATCH] add switch type to !keyboard --- bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 975832b..3320fc0 100644 --- a/bot.py +++ b/bot.py @@ -230,7 +230,8 @@ _TEXT_COMMANDS = ( ('!homeland', 'WE WILL PROTECT OUR HOMELAND!'), ( '!keyboard', - 'this is my streaming keyboard (contributed by PhillipWei): ' + 'this is my streaming keyboard (cherry mx clears) ' + '(contributed by PhillipWei): ' 'https://www.wasdkeyboards.com/code-v3-87-key-mechanical-keyboard-zealio-67g.html', # noqa: E501 ), ('!levelup', 'https://i.imgur.com/Uoq5vGx.gif'),