1
0
Fork 0
mirror of synced 2024-09-28 23:41:41 +12:00
Commit graph

63 commits

Author SHA1 Message Date
Phxntxm
881ac09ab7 Removed checking for saving returns True, as this is no longer valid 2016-08-13 15:16:52 -05:00
phxntxm
08518e3beb Made updates to add a default dictionary/list if one was not found in the config file 2016-08-09 21:13:53 -05:00
Phxntxm
a575baf5e1 Added a second error check in case response is not valid json text 2016-08-06 08:56:02 -05:00
Phxntxm
3a77330eb3 Changed up formatting for code blocks, as sometimes a line would be removed from it 2016-07-31 14:11:05 -05:00
Phxntxm
ff5cb2fd52 Added an exception in case we could not connect to twitch at the time 2016-07-31 06:36:00 -05:00
phxntxm
8e050c016e Updates to comply with PEP 8 2016-07-30 19:20:55 -05:00
Phxntxm
70be37b770 Changed the checks on all commands to use the revised custom format 2016-07-30 07:30:28 -05:00
Phxntxm
7a44081ea3 Corrected error when checking if a channel was online 2016-07-29 07:36:27 -05:00
phxntxm
187ee31fc8 Corrected syntax errors 2016-07-28 18:15:02 -05:00
Phxntxm
72b14d315b Tidied up some code 2016-07-28 07:08:44 -05:00
Phxntxm
ec191c06fa Changed the required permissions to be send_messages instead of none 2016-07-25 09:25:41 -05:00
Phxntxm
1427bce6b3 Removed capitalCase in method 2016-07-24 10:33:46 -05:00
Phxntxm
5fdde35cbb Corrected syntax error 2016-07-24 09:13:23 -05:00
Phxntxm
01988feef1 Corrected syntax error 2016-07-24 09:10:56 -05:00
Phxntxm
16f36ab933 Replaced urllib with aiohttp 2016-07-24 09:09:12 -05:00
Phxntxm
aac901353f Fixed error where bot was not saving when someone goes live, causing her to spam the channel 2016-07-18 14:32:15 -05:00
Phxntxm
5fda5a630b Fixed syntax error 2016-07-18 10:38:07 -05:00
Phxntxm
dd0d54954d Modified cogs to print an error if Bonfire could not save any data 2016-07-18 07:06:13 -05:00
phxntxm
a9267f106e Git rid of useless references, and updated for pep8 2016-07-17 16:10:12 -05:00
phxntxm
362270510f Fixed syntax error 2016-07-17 16:03:07 -05:00
Phxntxm
cdb5372682 Fixed syntax error 2016-07-17 10:59:37 -05:00
Phxntxm
9b134a9b43 Passed context to twitch as it's now needed 2016-07-17 10:48:42 -05:00
Phxntxm
59594a54d9 Changed all references to MySQL saving content, to json content 2016-07-17 10:17:47 -05:00
Phxntxm
ae6692867a Added custom permissions accessiblity for all commands 2016-07-16 11:49:14 -05:00
Phxntxm
2e5135dd77 Added custom permissions accessiblity for all commands 2016-07-16 11:48:10 -05:00
Phxntxm
e5fd4f00c5 Removed multiple instance of no_pm in paramaters 2016-07-16 06:44:09 -05:00
Phxntxm
63f00b76ec Removed ability to call many commands in pm 2016-07-16 06:42:44 -05:00
phxntxm
b61e6aacc7 Moved checkchannels to be a class of Twitch, this should make accessing bot more relaible 2016-07-12 09:44:17 -05:00
phxntxm
b35aed381b Testing how pass_context works with subcommands 2016-07-12 09:19:43 -05:00
phxntxm
d8ca2de783 Used commands.has_permissions for a couple of my old predicates 2016-07-12 09:17:47 -05:00
Phxntxm
e44909a049 Didn't properly loop the background task 2016-07-11 12:33:23 -05:00
Phxntxm
c3002d613e Testing error on twitch loop 2016-07-11 12:12:05 -05:00
Phxntxm
03032d03e5 Testing error on twitch loop 2016-07-11 12:07:01 -05:00
Phxntxm
6336244dd4 Testing error on twitch loop 2016-07-11 12:05:38 -05:00
Phxntxm
656990686b Added error handling for bad arguments 2016-07-11 07:40:03 -05:00
phxntxm
6f3f3dbf1b Screw you pep8 2016-07-11 06:01:52 -05:00
phxntxm
c44fcfcbbf Removed checks, am checking this in the command now. 2016-07-10 16:57:52 -05:00
Phxntxm
3d61f9afd4 Spelled followers correctly 2016-07-10 13:58:45 -05:00
Phxntxm
95cf41e8cf Corrected variable name 2016-07-10 13:57:46 -05:00
Phxntxm
1d3944a3da Gave a bit more info on the twitch command of a user 2016-07-10 13:56:55 -05:00
Phxntxm
2c07b3c32d Fixed the error for double on/off 2016-07-10 13:39:22 -05:00
Phxntxm
0d00cf1685 Fixed the error for double on/off 2016-07-10 13:36:57 -05:00
Phxntxm
c710dc153f Fixed the : 2016-07-10 13:35:27 -05:00
Phxntxm
160e9614ab Setup notifications toggling 2016-07-10 13:35:02 -05:00
Phxntxm
5f7ab2e127 Changed the description of the class to be a bit more concise 2016-07-10 13:10:14 -05:00
Phxntxm
40678f6a65 Added a feature to turn off 'live' when a channel goes offline 2016-07-10 13:06:56 -05:00
Phxntxm
8e99c939dc I don't use client, I use bot. Changed client to bot 2016-07-10 12:37:34 -05:00
Phxntxm
4128faebc6 Loop was moved to the config file, not the bot file 2016-07-10 12:31:53 -05:00
Phxntxm
536d348a68 Saved the actual server, not just the id now 2016-07-10 12:24:10 -05:00
Phxntxm
e79a85e646 Added : after method... 2016-07-10 12:16:53 -05:00