kinesis as primary keyboard for now
This commit is contained in:
parent
dd3b4cbe90
commit
39b8ce2ec5
12
bot.py
12
bot.py
|
|
@ -202,6 +202,13 @@ _TEXT_COMMANDS = (
|
||||||
'this is my stream deck keyboard (cherry mx black silent):'
|
'this is my stream deck keyboard (cherry mx black silent):'
|
||||||
'https://keeb.io/products/bdn9-3x3-9-key-macropad-rotary-encoder-support', # noqa: E501
|
'https://keeb.io/products/bdn9-3x3-9-key-macropad-rotary-encoder-support', # noqa: E501
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
'!keyboard4',
|
||||||
|
'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
|
||||||
|
),
|
||||||
|
|
||||||
# the rest of these are sorted by command
|
# the rest of these are sorted by command
|
||||||
(
|
(
|
||||||
'!bot',
|
'!bot',
|
||||||
|
|
@ -230,9 +237,8 @@ _TEXT_COMMANDS = (
|
||||||
('!homeland', 'WE WILL PROTECT OUR HOMELAND!'),
|
('!homeland', 'WE WILL PROTECT OUR HOMELAND!'),
|
||||||
(
|
(
|
||||||
'!keyboard',
|
'!keyboard',
|
||||||
'this is my streaming keyboard (cherry mx clears) '
|
'kinesis freestyle pro (cherry mx reds) '
|
||||||
'(contributed by PhillipWei): '
|
'https://kinesis-ergo.com/shop/freestyle-pro/',
|
||||||
'https://www.wasdkeyboards.com/code-v3-87-key-mechanical-keyboard-zealio-67g.html', # noqa: E501
|
|
||||||
),
|
),
|
||||||
('!levelup', 'https://i.imgur.com/Uoq5vGx.gif'),
|
('!levelup', 'https://i.imgur.com/Uoq5vGx.gif'),
|
||||||
('!lurk', 'thanks for lurking, {user}!'),
|
('!lurk', 'thanks for lurking, {user}!'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue