add !faq command
This commit is contained in:
parent
9fbf519a18
commit
0264e14e49
4
bot.py
4
bot.py
|
|
@ -230,6 +230,10 @@ _TEXT_COMMANDS = (
|
||||||
'!explain',
|
'!explain',
|
||||||
'https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY', # noqa: E501
|
'https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY', # noqa: E501
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
'!faq',
|
||||||
|
'https://www.youtube.com/playlist?list=PLWBKAf81pmOZEPeIV2_pIESK5hRMAo1hR', # noqa: E501
|
||||||
|
),
|
||||||
(
|
(
|
||||||
'!github',
|
'!github',
|
||||||
"anthony's github is https://github.com/asottile -- stream github is "
|
"anthony's github is https://github.com/asottile -- stream github is "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue