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

46 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
Dan Hess 4e56078361 Backwards if 2020-07-01 11:11:17 -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 087114033c Add descriptions to classes for help command 2018-10-08 15:40:21 -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 ad0b4a6362 PEP8 2018-09-23 14:23:27 -05:00
phxntxm e5b5d30553 Update to change cache lookup from o(n) to o(1) 2018-09-23 13:33:46 -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 c7742a8023 Move tasks into their own methods, to try to gc better 2018-09-22 11:17:11 -05:00
phxntxm 09e6f17a11 Add what to do for channels that no longer exist 2017-09-21 17:36:09 -05:00
Phxntxm 0fcd51958a Removal of default_channel 2017-07-31 20:39:10 -05:00
Phxntxm 6e4c4703c2 Continue on the correct loop when server is None 2017-07-23 18:48:46 -05:00
Phxntxm c782ad8727 Don't use defunct id 2017-07-23 14:59:23 -05:00
phxntxm a7a8444e4d Remove unneeded pass_context calls 2017-07-18 17:08:09 -05:00
phxntxm c33b16136f Change raffles so they're included in one table, per server 2017-07-11 12:57:21 -05:00
phxntxm ab93c3f436 Add the restriction checking decorator to all commands 2017-06-27 19:26:32 -05:00
Phxntxm c1fb35a9d6 Correct a bit of logic when joining a raffle 2017-06-19 13:54:59 -05:00
phxntxm 345ad7a63c This was supposed to be addition not subtraction 2017-06-19 13:04:51 -05:00
Phxntxm 01ebe5bf21 Setup of raffle specific alerts 2017-06-17 18:04:46 -05:00
phxntxm efc1a3cf6d Database rewrite/User queue creation 2017-06-07 03:30:19 -05:00
Phxntxm 71a9512888 Catch when a raffle is running in a server the bot is no longer in 2017-04-09 21:13:34 -05:00
Phxntxm 74d22f2d8d Update no_pm to use the decorator instead 2017-04-08 22:04:46 -05:00
phxntxm 13f2b89e81 Handle no server settings 2017-03-22 22:21:59 -05:00
phxntxm 4e09b7a737 Correct int/str conversion 2017-03-08 14:04:16 -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 67d8fedef8 Updated for rewrite: Batch 6 2017-03-07 22:28:30 -06:00
phxntxm d82127fa38 Update for rewrite: Batch 4 2017-03-07 17:47:00 -06:00
phxntxm a05b768274 Updated for rewrite: Batch 2 2017-03-07 16:35:30 -06:00
Phxntxm 6fffd46079 Added an exception for when the bot can't send messages 2017-02-06 21:56:52 -06:00
Phxntxm 354a482160 Added examples and results for all commands 2016-11-28 22:55:55 -06:00
Phxntxm 4a46b0d8c7 Ensured the raffles do not get checked if there are none 2016-10-13 22:26:54 -05:00
Phxntxm 9cd1734f0f Corrected the ID to use for the update when there is more than one raffle 2016-10-13 16:23:25 -05:00
Phxntxm ed072994e6 Corrected how to enter a raffle if an ID is provided 2016-10-13 16:20:55 -05:00
phxntxm 977c569cae Corrected the checing for if a raffle expires 2016-10-12 23:47:24 -05:00
phxntxm d56098025e Used the correct message sending procedure while not inside a command 2016-10-12 23:42:01 -05:00
phxntxm acc03ef22f Added error logging to record while testing 2016-10-12 23:36:19 -05:00
phxntxm c4ff668c2d Corrected where to update content 2016-10-12 21:32:59 -05:00
phxntxm 34f9cbba38 Corrected the minimum for minutes for creating a raffle 2016-10-12 21:31:36 -05:00
phxntxm d96731019d Corrected where the asyncio loop was being called from 2016-10-12 21:23:01 -05:00
phxntxm 2590d5d354 Added a task to check raffles periodically 2016-10-12 21:12:48 -05:00
Phxntxm 3193ba8add Added time zone to when the entry will end; added one to the Raffle 'ID' 2016-10-10 22:14:45 -05:00
Phxntxm ae6cfe57ed corrected some of the phrases Bonfire used for raffles 2016-10-10 22:12:23 -05:00
Phxntxm 11c55d026c Corrected errors with the raffle creating 2016-10-10 22:08:42 -05:00
Phxntxm 2e0a0f823b Added a raffle class 2016-10-10 21:58:05 -05:00