1
0
Fork 0
mirror of synced 2024-06-02 18:54:33 +12:00
Commit graph

2087 commits

Author SHA1 Message Date
Phxntxm 1f7da0a4f5 Replaced urllib with aiohttp 2016-07-24 09:02:50 -05:00
Phxntxm 4792225061 Corrected syntax error 2016-07-24 08:51:04 -05:00
Phxntxm 5474a994ee Corrected syntax error 2016-07-24 08:50:19 -05:00
Phxntxm 358f3a5830 Replaced urllib with aiohttp 2016-07-24 08:49:05 -05:00
Phxntxm 82f68ff53a removed Timer import, using asyncio now 2016-07-24 07:14:02 -05:00
Phxntxm 4b03e13495 Changed timer on call_later back to 3 minutes, no testing needed anymore 2016-07-23 13:43:39 -05:00
Phxntxm ff27da7da0 Changed Timer to use asyncio's call_later method 2016-07-23 13:42:31 -05:00
Phxntxm c69b48bff0 Fixed syntax error 2016-07-23 11:40:52 -05:00
Phxntxm fe7f958f18 Implemented use of cooldown decorator for boops 2016-07-23 11:39:25 -05:00
Phxntxm 430b1e56d3 Lowering battle timeout to 5 seconds for testing 2016-07-23 11:06:16 -05:00
Phxntxm e6373e5475 Imported random, as it wasn't imported before 2016-07-23 10:33:22 -05:00
Phxntxm 697afd1f97 Changed up the method to turn off all battling 2016-07-23 10:07:03 -05:00
Phxntxm c713f359e4 Corrected syntax error 2016-07-23 09:44:25 -05:00
Phxntxm 538d4aa6df Added a name to the Timer thread for better tracking, as it's not completing 2016-07-23 09:42:41 -05:00
Phxntxm f51dcea46a Changed name of debugging command to debug 2016-07-23 09:36:54 -05:00
Phxntxm ae44519302 Fixed syntax error 2016-07-23 09:25:55 -05:00
Phxntxm af02f64f3c Shortened up a few pieces of code in the battling methods 2016-07-23 09:20:49 -05:00
Phxntxm 5072bebec0 Used the upload helper function instead of bot.send_file 2016-07-23 09:20:10 -05:00
Phxntxm f27e1a60cb Changed writing method for the error_log, to append to the file instead of overwriting it each time 2016-07-23 09:19:53 -05:00
Phxntxm bfbeaf1a88 Added the new cogs as default ones to load when the bot starts 2016-07-23 07:04:33 -05:00
Phxntxm 831ed6125f Added the required setup function 2016-07-23 07:01:16 -05:00
Phxntxm dd8ecf7590 Corrected a syntax error 2016-07-23 07:00:21 -05:00
Phxntxm d989cb8321 Added two cogs for specific categories 2016-07-23 06:59:02 -05:00
Phxntxm fd4da26ff8 Removed some commands to make specific cog for them 2016-07-23 06:58:35 -05:00
Phxntxm cd26475200 Added a tags command to list all the tags from this server 2016-07-22 10:12:53 -05:00
Phxntxm ba4d6e8c72 Created a test command to test the type hinting 2016-07-22 06:55:35 -05:00
Phxntxm d9931dcf3b Corrected syntax error 2016-07-22 06:54:59 -05:00
Phxntxm e783f575e0 Corrected syntax error 2016-07-22 06:54:31 -05:00
Phxntxm 81207a517e Created a test command to test the type hinting 2016-07-22 06:54:03 -05:00
phxntxm 901c81823e Changed downloading doggo images to use aiohttp 2016-07-21 11:23:55 -05:00
Phxntxm 2d9c2a8e87 Fixed syntax error 2016-07-21 07:32:53 -05:00
Phxntxm 42090a39f6 Added a soft fail if there is no result found for the search for the e621 command 2016-07-21 07:30:04 -05:00
phxntxm 65c0628a0b Removed creation of short link for derpibooru links, a discord update broke embedding images if there was a redirection (which is all shortened links are) 2016-07-20 18:51:17 -05:00
phxntxm 187da1fe35 Upped the limit on the amount of posts that can be retrieved from a single e621 call, made the bot say that it's retrieving an image since this might take a bit 2016-07-20 17:17:30 -05:00
phxntxm bfff8e3ffb Fixed issue where the server was being searched instead of the channel 2016-07-20 17:08:46 -05:00
phxntxm c5dd7a1cee Removed printing of URL; error has been corrected 2016-07-20 17:05:13 -05:00
phxntxm 5eef079ddf Fixed error where I was adding a space instead of %20 to the URL 2016-07-20 17:03:47 -05:00
phxntxm ebca490ada Printing the URL, to figure out the error I'm receiving 2016-07-20 17:01:01 -05:00
phxntxm f34f77f5e5 Added an e621 command to search e621's images 2016-07-20 16:59:19 -05:00
phxntxm de5503d5ea Changed description of the calendar command 2016-07-18 18:40:09 -05:00
phxntxm 63a040be28 Checked the length of the command list to verify if a command was provided 2016-07-18 18:33:07 -05:00
phxntxm d1db6f2ec8 Lowercased the month to match the months dictionary 2016-07-18 18:30:52 -05:00
phxntxm 9860351caa Fixed syntax error 2016-07-18 18:29:40 -05:00
phxntxm e90c764428 Added a calendar command 2016-07-18 18:25:03 -05:00
Phxntxm 2807f91a7b Returned True if succesful, was not returning causing all my commands to think saving content was failing... 2016-07-18 15:02:41 -05:00
Phxntxm 27a2f8f45d Corrected a couple issues with battling 2016-07-18 15:01:07 -05:00
Phxntxm 66522af1b6 Attempting to print full traceback to error file 2016-07-18 14:57:23 -05:00
Phxntxm 50e7d6a6e6 Attempting to print full traceback to error file 2016-07-18 14:55:41 -05:00
Phxntxm 5d212e36bf Corrected issue with battling 2016-07-18 14:50:34 -05:00
Phxntxm caef4fc54f Fixed syntax error 2016-07-18 14:37:24 -05:00