From 0378fc80efeadcd4aeea39dbf2f85485c3e46ec9 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 11 May 2020 10:25:05 -0700 Subject: [PATCH] add !keybaord3 command --- bot.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index c75147c..e633ec2 100644 --- a/bot.py +++ b/bot.py @@ -186,12 +186,17 @@ def pong(match: Match[str]) -> Response: _TEXT_COMMANDS = ( - # this one has to be first so it does not get overridden by !keyboard + # these have to be first so it does not get overridden by !keyboard ( '!keyboard2', 'this is my second mechanical keyboard: ' 'https://i.fluffy.cc/CDtRzWX1JZTbqzKswHrZsF7HPX2zfLL1.png', ), + ( + '!keyboard3', + 'this is my stream deck keyboard (cherry mx black silent):' + 'https://keeb.io/products/bdn9-3x3-9-key-macropad-rotary-encoder-support', # noqa: E501 + ), # the rest of these are sorted by command ( '!discord',