1
0
Fork 0
mirror of synced 2024-05-15 18:12:31 +12:00
Commit graph

133 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 b963fad7be Update to match new version of discord.py 2019-04-28 14:34:59 -05:00
phxntxm 443c1a2801 Correct database call 2019-03-02 13:14:57 -06:00
phxntxm 5f568b37de Update to use new cog paradigm 2019-02-23 14:13:10 -06:00
phxntxm f318731882 Forgot to return the embed 2019-02-14 18:38:18 -06:00
phxntxm f99e419a2b Update commands that no longer worked with new database 2019-02-14 18:36:13 -06:00
phxntxm a2bbe427be Correct mostboops command 2019-01-27 21:26:32 -06:00
phxntxm f8a3b64928 Correct how to check if it's in a list 2019-01-27 21:24:56 -06:00
phxntxm b11f6ea869 Correct how to check if it's in a list 2019-01-27 21:23:52 -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 a12d9c6dd7 Catch edge case 2018-10-20 23:37:22 -05:00
phxntxm 433aaee7be Catch if someone has booped someone else, but not in this server 2018-10-14 12:23:48 -05:00
phxntxm 2d03bbc672 Remove donation info 2018-10-12 15:46:53 -05:00
phxntxm 8388cfa840 Correct couple small errors caused by database format change 2018-10-09 09:38:39 -05:00
phxntxm d1d16390ef Update to use new paginator 2018-10-04 15:36:58 -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 e5b5d30553 Update to change cache lookup from o(n) to o(1) 2018-09-23 13:33:46 -05:00
phxntxm b9eb3eddac Correct value sent when listenign to something 2018-05-07 10:02:27 -05:00
phxntxm 9e46f4c37c Use correct form for games 2018-04-25 22:11:38 -05:00
phxntxm 604e427af4 New Activity Type 2018-04-24 17:55:28 -05:00
phxntxm 5a28951eb7 Handle if there are no roles 2017-11-08 11:01:02 -06:00
Phxntxm d7f7f326b8 Correct what date to use/correct what colour to use 2017-08-05 14:50:12 -05:00
Phxntxm a6be874cb4 Actually send the embed as an embed 2017-08-05 14:28:11 -05:00
Phxntxm 5affddcd46 Add a userinfo command 2017-08-05 14:27:22 -05:00
phxntxm a7a8444e4d Remove unneeded pass_context calls 2017-07-18 17:08:09 -05:00
phxntxm 9c25e032b5 Rearrange the command and alias since there is already a donator attribute 2017-07-10 00:43:32 -05:00
phxntxm 00b4d82c4e Pep8 2017-07-10 00:39:03 -05:00
phxntxm 46a1280256 Allow the use of forcing content_type for json 2017-07-10 00:20:30 -05:00
phxntxm 28e912728b Include the correct entry name 2017-07-09 23:46:02 -05:00
phxntxm e42381b5b5 Add a donator command 2017-07-09 23:42:58 -05:00
phxntxm f4f4fb881e Use the battlerecord class for battlestats 2017-06-27 22:56:08 -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 5aa87ce653 Reordering of commands to be grouped better 2017-04-30 18:56:02 -05:00
Phxntxm ca8c3625a4 Send files with a filename 2017-04-24 14:25:05 -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 37a5fb3701 Update the way channels are compared to work with rewrite 2017-03-27 13:57:35 -05:00
Phxntxm d0bd554b04 Use get_member instead of a generator that includes every member 2017-03-20 17:26:26 -05:00
Phxntxm f2ad84e0c5 Trigger typing for stats that show images as those can take a while to format/send 2017-03-19 18:04:52 -05:00
phxntxm 1a2a1f070c Correct int/str conversion 2017-03-08 13:43:15 -06:00
phxntxm 81b0500733 Fixed typo 2017-03-08 13:37:46 -06:00
phxntxm 17c853caae Update to work with rewrite 2017-03-08 13:36:11 -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 061562b60d Convert to a string for id's when searching for command stats 2017-03-08 00:51:17 -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 e45f787077 Catch exception when we cannot paginate 2017-02-12 17:58:27 -06:00