1
0
Fork 0
mirror of synced 2024-06-02 02:34:32 +12:00
Commit graph

119 commits

Author SHA1 Message Date
phxntxm efc1a3cf6d Database rewrite/User queue creation 2017-06-07 03:30:19 -05:00
Phxntxm 90598f26bf Handle if the channel returned is None 2017-04-23 15:25:42 -05:00
Phxntxm 74d22f2d8d Update no_pm to use the decorator instead 2017-04-08 22:04:46 -05:00
Phxntxm c4b29224a6 Catch twitch returning no information 2017-04-08 21:51:22 -05:00
Phxntxm e158d18c4f Silently catch unable to send message errors 2017-03-19 17:43:28 -05:00
phxntxm 94c5ef1873 Merge branch 'rewrite' of https://github.com/Phxntxm/Bonfire into rewrite 2017-03-15 14:10:35 -05:00
Phxntxm 9caf781289 Correctly handle str/int conversions 2017-03-12 17:14:15 -05:00
Phxntxm 582e33d907 Correctly handle str/int conversions 2017-03-12 17:08:49 -05:00
Phxntxm 22c4b57991 Handle if no server_settings are set 2017-03-12 17:07:42 -05:00
Phxntxm dcfbc0a3f0 Update some features to work with rewrite 2017-03-12 17:05:47 -05:00
Phxntxm 630a11c1cf Rewrite the channel loop for twitch 2017-03-12 16:59:56 -05:00
Phxntxm 1473dc9e67 Convert id's to int 2017-03-12 16:46:43 -05:00
Phxntxm 00c8f2509f Trigger typing when looking up twitch/picarto API 2017-03-09 22:37:43 -06:00
phxntxm 606f9c1d27 Fix turning off notifications for twitch 2017-03-08 15:18:45 -06:00
phxntxm b93f104965 Change positional argument to kwarg 2017-03-08 15:13:54 -06:00
phxntxm 78352bea85 Update twitch to use an embed 2017-03-08 15:12:40 -06:00
phxntxm 9e057dbc07 Stopped searching for the one indexed list on get 2017-03-08 15:04:10 -06:00
phxntxm fd5d3f1538 Correct the key searching for twitch 2017-03-08 15:03:13 -06:00
phxntxm 85e70c9a11 Removed unneeded clientsessions 2017-03-08 02:08:01 -06:00
phxntxm 6ed044c1cc Convert all comparisions to the db to string, as rethinkdb fails to parse ints as keys, or long ints in general 2017-03-08 01:55:22 -06:00
phxntxm 58eb623a1a Stopped trying to pull from a one indexed list, as we no longer use that in key'd tables 2017-03-08 00:43:40 -06:00
phxntxm 67d8fedef8 Updated for rewrite: Batch 6 2017-03-07 22:28:30 -06:00
phxntxm a05b768274 Updated for rewrite: Batch 2 2017-03-07 16:35:30 -06:00
Phxntxm 42932db8a6 Sent a message when succesfully adding a server to be notified 2017-02-19 15:32:21 -06:00
Phxntxm 2e4f006f5f Corrected issue where having no server alerts set broke the loop 2017-02-17 18:07:50 -06:00
Phxntxm 2486f62640 Fixed issue where required skips was not being set when first starting a queue 2017-02-06 17:11:23 -06:00
Phxntxm 241889b382 Corrected a couple errors with twitch/picarto/da 2017-01-21 17:22:52 -06:00
Phxntxm 0682ad8838 Used the new utils class instead of config 2017-01-08 14:03:22 -06:00
Phxntxm 1391bc051a Corrected an issue where a TypeError Exception wasn't being caught 2016-12-21 10:36:51 -06:00
phxntxm bf692e4c74 Pep8 changes 2016-11-29 02:05:22 -06:00
Phxntxm 354a482160 Added examples and results for all commands 2016-11-28 22:55:55 -06:00
Phxntxm 44d4f66ef5 Changed up the logging to make sure errors are recorded, along with information needed 2016-11-12 22:06:02 -06:00
Phxntxm 6e5a1f6d45 Added the log so that it can be used 2016-11-12 21:49:36 -06:00
Phxntxm ca3dca00d9 Added the log so that it can be used 2016-11-12 21:49:02 -06:00
Phxntxm 4d6c21dd87 Imported traceback 2016-11-12 18:22:43 -06:00
Phxntxm 3bd12851b8 Logging possible exceptions 2016-11-12 18:10:36 -06:00
Phxntxm b28d6ff4b8 Added a default user agent to use, modifiable from the config file 2016-10-28 19:33:55 -05:00
phxntxm 02139a9c98 Remove the logging of searching twitch, as the issue has been corrected 2016-10-02 13:11:24 -05:00
Phxntxm a84f706464 Stopped using format for query paramaters 2016-10-01 15:29:53 -05:00
phxntxm 7e350a8202 Corrected issue where member id wasn't added to twitch entry 2016-09-28 20:32:35 -05:00
phxntxm 8502c04acd Corrected error where list was being checked, instead of the entry in the list 2016-09-28 18:57:13 -05:00
phxntxm 26f32f9967 Update to saving method, using a much more robust method 2016-09-28 18:39:34 -05:00
phxntxm 17c4437c3c Stopped printing stuff as testing has been completed 2016-09-24 00:54:30 -05:00
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