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

2048 commits

Author SHA1 Message Date
Dan Hess d47718ea3b Fix bug that stopped disabling from working 2020-11-21 17:52:19 -06:00
Dan Hess 05e2b10c8e Fix how to check owner commands 2020-11-19 15:08:56 -06:00
Dan Hess c76e4eecfb Optimize checks 2020-11-19 14:58:41 -06:00
Dan Hess 7ce7d66c48 Catch cannot paginate errors 2020-11-19 13:49:42 -06:00
Dan Hess 6d65710cfe Remove debugging try/except 2020-11-18 14:05:06 -06:00
Dan Hess cae4f1ccdc Correct when to start checking reused words 2020-11-07 15:31:40 -06:00
Dan Hess ed3892fe5f Test print 2020-11-07 15:30:13 -06:00
Dan Hess 3cb2c338ac Test print 2020-11-07 15:26:18 -06:00
Dan Hess da047c20ee Ensure only one game can run at once; send confirmation message when starting 2020-11-07 15:22:24 -06:00
Dan Hess 59a9dc23b9 Include games to start by default 2020-11-07 15:22:06 -06:00
Dan Hess 4a45d5ce2b Smarter chunking steps; don't chunk at startup 2020-10-18 16:17:24 -05:00
Dan Hess 4ba94c106c Correct before decorator 2020-10-10 22:37:55 -05:00
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 dae89ce4ee Implement on_ready to test if completion ever happens 2020-10-10 19:10:00 -05:00
Dan Hess 7ca221adb3 Use intents 2020-10-06 21:15:09 -05:00
Dan Hess 33c79ab097 Use allowed mentions 2020-09-13 13:06:02 -05:00
Dan Hess 23602080ed Don't show list of roles, in case it's too large 2020-09-02 16:36:40 -05:00
Dan Hess 12b7d6d6e7 Separate variable names to provide right error 2020-08-31 13:31:22 -05:00
Dan Hess a7298cf4cf Update for derpibooru API update 2020-08-19 21:04:44 -05:00
Dan Hess 06ecc7bcc3 e621 now provides just an empty list as their posts, handle this 2020-08-12 20:36:40 -05:00
Dan Hess c671093a16 Add BadUnionArgument to the bad argument catch 2020-08-07 18:35:49 -05:00
Dan Hess aeead4f5b2 Add more rules used to the help description 2020-08-04 14:23:38 -05:00
Dan Hess c0d3513e45 Typo! 2020-08-04 14:21:06 -05:00
Dan Hess 48c4a30e4c Rework logic to also check on the first word given; don't allow dupes 2020-08-04 14:19:36 -05:00
Dan Hess 7a029ddf96 Correct this 2020-08-04 14:09:18 -05:00
Dan Hess 085021101f Handle ん for actual Japanese shiritori 2020-08-04 14:05:23 -05:00
Dan Hess 3c850e6a46 Make a new misc games cog for smaller games, and add shiritori to it 2020-08-04 13:56:27 -05:00
Dan Hess 13c27f2b88 FIX 2020-07-14 14:15:29 -05:00
Dan Hess fe41c1a651 Fix cpu count (Python has GIL, cannot use more than one CPU) 2020-07-14 14:14:53 -05:00
Dan Hess 4e56078361 Backwards if 2020-07-01 11:11:17 -05:00
Dan Hess abd62bdba7 Just use union for simplicity 2020-05-24 17:16:13 -05:00
Dan Hess 16f91c3b47 Allow updates to custom permissions 2020-05-07 19:45:37 -05:00
Dan Hess 72998c8277 Pass in only the command to updating permission cache 2020-05-07 11:55:11 -05:00
Dan Hess 94c2cb010d Missed one of the permission flag changes 2020-04-29 14:51:03 -05:00
Dan Hess fcd5d5f702 Merge branch 'master' into rewrite 2020-04-18 22:49:15 -05:00
Dan Hess 13e20f73ad Clean up API method, man I must have made this a while ago, it's ugly 2020-04-13 15:07:54 -05:00
Dan Hess 04c029b368 Use asyncio's subprocess module 2020-04-13 14:15:37 -05:00
Dan Hess 86546dec16 Move horse noodle API to its own method, add more images 2020-04-13 14:10:03 -05:00
Dan Hess a2cd241265 Correct how to get horse/snek 2020-04-13 14:02:41 -05:00
Dan Hess 33842a145f Correct where to pull config from 2020-04-06 12:03:56 -05:00
Dan Hess 3587154281 Update e621 to work with new API 2020-04-06 12:00:46 -05:00
Dan Hess 84c0ea6414 Catch no permissions to remove poll reaction 2020-04-06 12:00:38 -05:00
Dan Hess 64bf95a872 These aren't used anymore here, remove them 2020-04-04 01:35:02 -05:00
Dan Hess fbff5c1fff Update to work with new flags 2020-04-04 01:33:35 -05:00
Dan Hess 0ee278546a Update to work with new flags 2020-04-04 01:32:28 -05:00
Dan Hess 1c1eade166 Correct cache lookup 2020-03-30 15:19:14 -05:00
Dan Hess 1c0c7fa053 Correct a couple errors 2020-03-25 14:52:33 -05:00
Dan Hess 2770d49b07 Fixed enable/disable not correcting cache values 2020-03-12 15:03:08 -05:00
Dan Hess 1fd5362177 Catch no permissions to remove reaction 2020-03-04 18:32:38 -06:00
Dan Hess 0fc3ccc518 Pass the guild object 2019-12-27 08:26:18 -06:00