Commit Graph

2087 Commits

Author SHA1 Message Date
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 2ce001784f Remove rethinkdb import 2019-02-01 19:33:07 -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 e239194636 Ensure database exists before loading it 2019-01-29 17:37:13 -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 110720f278 Ensure it's NEVER None, even if None is in the dict 2019-01-28 00:29:59 -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