add !faq command

This commit is contained in:
Anthony Sottile 2020-06-21 14:05:25 -07:00
parent 9fbf519a18
commit 0264e14e49
1 changed files with 4 additions and 0 deletions

4
bot.py
View File

@ -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 "