add !playlist command
This commit is contained in:
parent
ba1b3c7c26
commit
1515f163af
1
bot.py
1
bot.py
|
|
@ -261,6 +261,7 @@ _TEXT_COMMANDS = (
|
||||||
('!levelup', 'https://i.imgur.com/Uoq5vGx.gif'),
|
('!levelup', 'https://i.imgur.com/Uoq5vGx.gif'),
|
||||||
('!lurk', 'thanks for lurking, {user}!'),
|
('!lurk', 'thanks for lurking, {user}!'),
|
||||||
('!ohai', 'ohai, {user}!'),
|
('!ohai', 'ohai, {user}!'),
|
||||||
|
('!playlist', 'HearWeGo: https://www.youtube.com/playlist?list=PL44UysF4ZQ23B_ITIqM8Fqt1UXgsA9yD6'), # noqa: E501
|
||||||
('!twitter', 'https://twitter.com/codewithanthony'),
|
('!twitter', 'https://twitter.com/codewithanthony'),
|
||||||
('!water', 'DRINK WATER, BITCH'),
|
('!water', 'DRINK WATER, BITCH'),
|
||||||
('!youtube', 'https://youtube.com/anthonywritescode'),
|
('!youtube', 'https://youtube.com/anthonywritescode'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue