1
0
Fork 0
mirror of synced 2024-05-16 02:22:32 +12:00
Commit graph

114 commits

Author SHA1 Message Date
Dan Hess d85454f6cf Big update, use ext.tasks, couple updates to handle chunking better, log errors in tasks to error channel 2020-10-10 22:36:11 -05:00
phxntxm 5f568b37de Update to use new cog paradigm 2019-02-23 14:13:10 -06:00
phxntxm 75af7dcd6f Rewrite of database/configuration 2019-01-27 20:58:39 -06:00
phxntxm 29a14d2e3b Add spades; Move utils to it's own folder outside cogs; Remove images and fonts 2018-10-29 20:00:37 -05:00
phxntxm a96835326c Change to check all requirements in the command checks, not some in on_message 2018-09-23 17:34:14 -05:00
phxntxm e7c2cdceb7 Change database saving, and command reading to not create tasks each time 2018-09-23 01:04:03 -05:00
phxntxm cbbec95196 Correct the parameters for overwatch 2017-07-28 08:43:34 -05:00
phxntxm a7a8444e4d Remove unneeded pass_context calls 2017-07-18 17:08:09 -05:00
phxntxm ab93c3f436 Add the restriction checking decorator to all commands 2017-06-27 19:26:32 -05:00
phxntxm efc1a3cf6d Database rewrite/User queue creation 2017-06-07 03:30:19 -05:00
Phxntxm ca8c3625a4 Send files with a filename 2017-04-24 14:25:05 -05:00
Phxntxm f69b947cfb Correct region retrieving 2017-04-09 17:37:00 -05:00
Phxntxm 79994c6cf4 Convert files to the new discord.File format 2017-04-08 22:16:12 -05:00
Phxntxm 74d22f2d8d Update no_pm to use the decorator instead 2017-04-08 22:04:46 -05:00
Phxntxm 4a7eaaf4da Correct issue where _request was added to the keys, causing an invalid region to be detected 2017-03-24 15:36:47 -05:00
Phxntxm 8f4421e6a1 Catch if we can't connect to OW API 2017-03-19 18:02:34 -05:00
phxntxm fa8d03c6c2 removed the message sent, as we're now using typing 2017-03-08 14:50:29 -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 ae406a736d Corrected an indentation error 2017-01-17 10:23:07 -06:00
phxntxm e62589e78c Setup an actual clientsession 2017-01-17 10:20:03 -06:00
phxntxm 07e34ddee3 Updated code to work with the new OW API 2017-01-17 09:38:26 -06:00
phxntxm 2c0b82967a Updated code to work with the new OW API 2017-01-17 09:35:22 -06:00
phxntxm 62972c6205 Updated code to work with the new OW API 2017-01-17 09:31:09 -06:00
phxntxm f31cafb323 Updated the version over the overwatch API I was using, as v2 is outdated 2017-01-17 09:16:33 -06:00
Phxntxm 354a482160 Added examples and results for all commands 2016-11-28 22:55:55 -06:00
phxntxm 642dd1f71c Implemented a retry ability when requesting HTTP data 2016-11-01 14:59:45 -05:00
Phxntxm 48f5a0c262 Removed erroneous loop, as it was no longer being used 2016-10-31 14:38:59 -05:00
Phxntxm a0327cee61 git 2016-10-31 14:36:15 -05:00
Phxntxm 79e9e66d95 Changed image creation to use tuples, to allow order preservation 2016-10-30 16:54:58 -05:00
Phxntxm 981948c2d6 Ensured the dict's key and values were used 2016-10-28 22:15:48 -05:00
Phxntxm b28d6ff4b8 Added a default user agent to use, modifiable from the config file 2016-10-28 19:33:55 -05:00
phxntxm 17121f0d20 Added an exception, for if the files aren't found for the banner creation 2016-10-16 00:27:07 -05:00
phxntxm 0ab813f834 Removed losses from overwatch stats, as they're completely broken on blizzard's side 2016-10-08 01:20:43 -05:00
Phxntxm e00985c1c7 Corrected all cases of no_pm, to ensure all commands are set as they should. 2016-10-06 20:16:25 -05:00
phxntxm fd21bf5f08 Corrected the filter so that not every single member was changed 2016-09-28 21:03:12 -05:00
phxntxm 891a661d83 Ensured only battletag was updated 2016-09-28 20:57:19 -05:00
phxntxm 26f32f9967 Update to saving method, using a much more robust method 2016-09-28 18:39:34 -05:00
phxntxm e237a26ffb Ensured all keys are formatted nicely 2016-09-24 05:45:42 -05:00
phxntxm ff2234640f Checked to see if we can send images, if so, use our new banner, if not stick to the old method 2016-09-24 01:31:20 -05:00
phxntxm 4c0d126c10 Initial implementation of creating a banner for stats 2016-09-24 00:33:17 -05:00
phxntxm 138021bd90 Changed nsfw and rules so that they can are dictionaries 2016-08-30 21:48:37 -05:00
phxntxm 6f9acb0d7a Changed up what was returned on invalid searches 2016-08-30 20:48:30 -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 171d57d259 Saved when adding a new battletag 2016-08-22 18:28:25 -05:00
Phxntxm f26e04b1a4 Mass update: Added comments to most of the project. A couple small tweaks made as well 2016-08-15 22:30:52 -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