1
0
Fork 0
mirror of synced 2024-05-14 17:42:23 +12:00
Commit graph

1858 commits

Author SHA1 Message Date
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 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 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 8bff707037 Woops, forgot to put that in the try 2019-11-19 09:52:11 -06:00
Phxntxm c8da4839a8 Handle an error where the OSU api literally doesn't return anything 2019-11-18 21:26:26 -06:00
MahxieNoodle edb0f8ac2c Change how Horses and Snakes are accessed (#25)
* Update Animal Image Fetch 1/4

* Animal Image Fetch 2/4

* Requested changes for Animal Image Fetch 3/4
2019-11-04 21:56:41 -06:00
phxntxm b963fad7be Update to match new version of discord.py 2019-04-28 14:34:59 -05:00
phxntxm 326ec78004 Correct variable check 2019-03-02 13:15:10 -06:00
phxntxm 443c1a2801 Correct database call 2019-03-02 13:14:57 -06:00
phxntxm 82fa6e9984 Handle no settings set for checking prefix config; show bad argument errors 2019-03-02 13:14:42 -06:00
phxntxm b0c4496f88 Quote because postgres is stupid 2019-03-01 20:10:48 -06:00
phxntxm f7e2bc673f Quote because postgres is stupid 2019-03-01 20:05:29 -06:00
phxntxm b75b4f7776 Correct way to use listeners 2019-02-27 18:03:15 -06:00
phxntxm 5f568b37de Update to use new cog paradigm 2019-02-23 14:13:10 -06:00
phxntxm 2035b963eb Correct how to check settings 2019-02-17 14:13:23 -06:00
phxntxm 867fea273b Ignore if the guild already exists 2019-02-17 14:09:06 -06:00
phxntxm e561e821ca Typo 2019-02-17 14:08:07 -06:00
phxntxm b2f2120529 Ensure entry exists before trying to set anything 2019-02-17 14:07:26 -06:00
phxntxm f836c146df Show message when no role is set 2019-02-17 13:58:09 -06:00
phxntxm 54e3463a51 Handle if no settings in the server at all 2019-02-17 13:57:02 -06:00
phxntxm 04f0b80db8 Handle if tag is not found 2019-02-17 13:56:45 -06:00
phxntxm 2e6903dfc9 Correct what to lookup in tag info 2019-02-17 13:47:34 -06:00
phxntxm be971dda94 Add a way to have Bonfire add a role to someone when they join a server 2019-02-17 13:45:52 -06:00
phxntxm a211fe3048 Correct who to compare losses to 2019-02-16 15:12:34 -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 6e2ab01cbf Handle exceptions being over 2000 characters 2019-02-14 18:35:53 -06:00
phxntxm 73bb685d1c Remove space 2019-02-14 18:35:36 -06:00
phxntxm cae455675b Handle invalid dates being given 2019-02-14 18:35:22 -06:00
phxntxm 54b0ac2538 Don't override the default hugs 2019-02-05 23:52:52 -06:00
phxntxm 9944673b1e Wait until ready, to ensure the database has been loaded 2019-02-03 18:59:53 -06:00
phxntxm aabe972056 Convert data types to their applicable discord types 2019-02-03 16:39:48 -06:00
phxntxm 420aeaac95 Include custom messages for each setting to make things more clear 2019-02-03 16:34:57 -06:00
phxntxm 4d0bb27451 Correct way to remove from arrays 2019-02-03 16:00:12 -06:00
phxntxm 66148d90f2 Convert to int to allow removal 2019-02-03 15:49:41 -06:00
phxntxm d7c37dd959 Setup online dict before starting task, to ensure dupe onlines aren't sent when starting up the cog 2019-01-29 17:53:07 -06:00
phxntxm d0943ff1dd Logic fix 2019-01-29 17:37:21 -06:00
phxntxm d950c458ef remove all temporary print statements 2019-01-29 00:21:00 -06:00
phxntxm a95d32fbcc Nice typo Phantom 2019-01-29 00:18:33 -06:00
phxntxm 2788083257 The entry in the result is no longer the member itself, it's an id....so get the member based on the id 2019-01-29 00:17:56 -06:00
phxntxm b64eedba6b No longer need to convert to string 2019-01-29 00:14:23 -06:00
phxntxm 77de5d1778 Handle removing things based on id's 2019-01-29 00:14:15 -06:00
phxntxm 6668030cd3 COrrect bool comparison 2019-01-29 00:06:05 -06:00
phxntxm ec0fa5509d Base on the actual stream name, not the string 'name' 2019-01-29 00:03:22 -06:00
phxntxm 6269510bf9 Honestly, no idea how the fuck this worked before? That's not how that works... 2019-01-28 23:56:34 -06:00
phxntxm 527d4b19be Some may not exist, assume they're off 2019-01-28 23:48:52 -06:00
phxntxm 59e42d8182 Use new database for some role commands 2019-01-28 23:45:26 -06:00
phxntxm e13b74ce38 Ensure settings exist in battle 2019-01-28 23:45:15 -06:00
phxntxm 943b46d4e9 Correct what to base the status on 2019-01-28 23:45:08 -06:00
phxntxm d031459349 Refresh cache on some important updates 2019-01-28 00:23:19 -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 ef912ef7b8 Don't try to do anything if server has no settings 2019-01-27 21:22:55 -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 74f474b9a7 Correct error that disabled all commands if one command is disabled 2018-10-20 23:37:41 -05:00
phxntxm a12d9c6dd7 Catch edge case 2018-10-20 23:37:22 -05:00
phxntxm 1625422a5f Move back to pagination help command 2018-10-16 18:44:19 -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 d00b878ecd Correct where to import bucket from 2018-10-12 15:50:42 -05:00
phxntxm dc9f49f568 Add coolodown to help to see if this will stop memory problems 2018-10-12 15:47:07 -05:00
phxntxm 2d03bbc672 Remove donation info 2018-10-12 15:46:53 -05:00
phxntxm 883565fbf3 Remove twitch 2018-10-12 15:46:43 -05:00
phxntxm 925beb8b2e Send short messages to the channel 2018-10-10 19:36:39 -05:00
phxntxm f0cbb39d25 Send short messages to the channel 2018-10-10 19:34:52 -05:00
phxntxm f0ddede3c4 Remove twitch cog 2018-10-10 18:46:49 -05:00
phxntxm 9b24998c17 Add a ping command 2018-10-10 18:46:34 -05:00
phxntxm 8388cfa840 Correct couple small errors caused by database format change 2018-10-09 09:38:39 -05:00
phxntxm fda6b3aae2 Remove ljust 2018-10-08 19:29:20 -05:00
phxntxm d19696e0ec Put dev server invite at the bottom of help command 2018-10-08 19:28:47 -05:00
phxntxm 087114033c Add descriptions to classes for help command 2018-10-08 15:40:21 -05:00
phxntxm c63b7a176f Update help command to remove pagination 2018-10-08 15:40:10 -05:00
phxntxm 764759b30a Add a way to print info about a specific role 2018-10-05 10:26:10 -05:00
phxntxm 2395aba4f7 Correct reference to roles 2018-10-05 10:13:10 -05:00
phxntxm 565a7361e6 Add a notify command 2018-10-04 17:28:37 -05:00
phxntxm d1d16390ef Update to use new paginator 2018-10-04 15:36:58 -05:00