1
0
Fork 0
mirror of synced 2024-09-29 08:51:53 +13:00
Commit graph

76 commits

Author SHA1 Message Date
Phxntxm
f030504b6f Corrected who was searched on twitch lookups. I fixed this before...what happened...? 2016-09-22 20:53:05 -05:00
phxntxm
911eb41459 Added the url to the logging method, based on twitch saying not client id is specified 2016-09-21 14:11:21 -05:00
phxntxm
e2001f9aba Adding a logging for twitch as I can't figure out why it's not working still 2016-09-21 14:09:31 -05:00
phxntxm
99fad1d184 Changed client id to be sent as a get variable, as it's not working sending through the headers 2016-09-21 14:03:53 -05:00
phxntxm
2850bdf4ae Implemented newly required client ID 2016-09-20 17:21:48 -05:00
Phxntxm
8bd014a345 Added a check to make sure the server is found, as now that the bot is sharded we may not detect the correct server 2016-09-03 17:18:24 -05:00
phxntxm
6f9acb0d7a Changed up what was returned on invalid searches 2016-08-30 20:48:30 -05:00
phxntxm
dbfff6e01d Corrected the logic when nothing is found in the database; changed some exceptions 2016-08-30 19:23:07 -05:00
phxntxm
cad6fd4e14 Awaited the new save/get content methods 2016-08-30 19:11:25 -05:00
phxntxm
5b8fc913b8 PEP8 changes 2016-08-30 17:33:46 -05:00
phxntxm
9f4a0400e5 Changed up the settings for checking if a user is on picarto 2016-08-20 00:34:17 -05:00
Phxntxm
c4983c10fc Added comments, changed up the server setting so that multiple servers can be notified 2016-08-18 15:55:04 -05:00
Phxntxm
37dbacf3fe Mass update: removed all cases LikeThis and replaced them like_this (This for you Fuyu) 2016-08-14 21:10:12 -05:00
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