replace keyboard links with amazon links
This commit is contained in:
parent
f360250839
commit
42a8ba8450
6
bot.py
6
bot.py
|
|
@ -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}!'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue