1
0
Fork 0
mirror of synced 2024-06-17 01:54:35 +12:00
Commit graph

1836 commits

Author SHA1 Message Date
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
phxntxm ff4eb301c6 Remove custom calls 2018-10-04 14:36:01 -05:00
phxntxm c2650ace52 Update paginator/help command 2018-10-04 14:14:09 -05:00
phxntxm 4dc82c7b48 Start correct task 2018-10-04 13:01:33 -05:00
phxntxm 7cfe02cc56 Update to conform to new pendulum versions 2018-10-04 12:56:13 -05:00
phxntxm bc63ed810c Update to conform to new pendulum versions 2018-10-04 12:48:59 -05:00
phxntxm 7f05307b78 Update to conform to new pendulum versions 2018-10-04 12:38:38 -05:00
phxntxm 757b49a3eb Change how ownership dict is read 2018-09-23 18:02:19 -05:00
phxntxm a173451164 Correct how the methods are called 2018-09-23 17:51:31 -05:00
phxntxm 297aeb0b6e Correct how the methods are called 2018-09-23 17:47:19 -05:00
phxntxm 6f41b1f500 Remove old check 2018-09-23 17:40:21 -05:00
phxntxm 1cf766820d Correct syntax error in check 2018-09-23 17:38:34 -05:00
phxntxm 26e9e53c80 Correct syntax error in check 2018-09-23 17:37:39 -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 501e5b9452 Default to empty dict if there's no entry 2018-09-23 13:40:09 -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 b897740e76 Change order of channel checking to ensure it exists 2018-09-23 00:18:13 -05:00
phxntxm c7742a8023 Move tasks into their own methods, to try to gc better 2018-09-22 11:17:11 -05:00
phxntxm 259da83950 Don't allow removal of picarto before addition, it bugs the entry in the database 2018-09-21 17:03:34 -05:00
phxntxm 4f8f606609 Catch race condition 2018-09-21 17:03:19 -05:00
phxntxm fbb5873884 Update clientsession line 2018-07-14 23:09:51 -05:00