replace keyboard links with amazon links

This commit is contained in:
Anthony Sottile 2020-07-23 23:21:36 -07:00
parent f360250839
commit 42a8ba8450
1 changed files with 2 additions and 4 deletions

6
bot.py
View File

@ -238,8 +238,7 @@ _TEXT_COMMANDS = (
( (
'!keyboard4', '!keyboard4',
'this is my streaming keyboard (cherry mx clears) ' 'this is my streaming keyboard (cherry mx clears) '
'(contributed by PhillipWei): ' '(contributed by PhillipWei): https://amzn.to/3jzmwh3',
'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
@ -280,8 +279,7 @@ _TEXT_COMMANDS = (
('!homeland', 'WE WILL PROTECT OUR HOMELAND!'), ('!homeland', 'WE WILL PROTECT OUR HOMELAND!'),
( (
'!keyboard', '!keyboard',
'kinesis freestyle pro (cherry mx reds) ' 'kinesis freestyle pro (cherry mx reds) https://amzn.to/3jyN4PC',
'https://kinesis-ergo.com/shop/freestyle-pro/',
), ),
('!levelup', 'https://i.imgur.com/Uoq5vGx.gif'), ('!levelup', 'https://i.imgur.com/Uoq5vGx.gif'),
('!lurk', 'thanks for lurking, {user}!'), ('!lurk', 'thanks for lurking, {user}!'),