1
0
Fork 0
mirror of synced 2024-04-26 16:52:27 +12:00
Commit graph

2087 commits

Author SHA1 Message Date
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
Dan Hess 99f8d19cef Ensure cache is updated wherever needed 2019-12-27 08:23:41 -06:00
Dan Hess a612d4231b Provide an error for invalid quotes 2019-11-30 15:24:17 -06:00
Dan Hess 11ff68f7e7 Fix database call 2019-11-23 20:41:37 -06:00
Phxntxm 4f46455fa3 Update to fetch 2019-11-19 17:29:51 -06:00
Phxntxm b6f2b74360 Correct if logic to make sure first error hit is sent too 2019-11-19 17:29:12 -06:00
Phxntxm dd95bade31 Can't strip the error object 2019-11-19 17:27:04 -06:00
Phxntxm ad41accdc3 Fix error channel (thanks ctrl+z) 2019-11-19 17:22:42 -06:00
Phxntxm 0179f3913c Add a way to send errors to an error channel instead of an error log 2019-11-19 17:13:10 -06:00
Phxntxm 8bff707037 Woops, forgot to put that in the try 2019-11-19 09:52:11 -06:00
Phxntxm d37ab8d91c Update the yaml loading 2019-11-18 21:26:39 -06:00
Phxntxm c8da4839a8 Handle an error where the OSU api literally doesn't return anything 2019-11-18 21:26:26 -06:00