1
0
Fork 0
mirror of synced 2024-05-15 18:12:31 +12:00
Commit graph

88 commits

Author SHA1 Message Date
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
phxntxm 5f568b37de Update to use new cog paradigm 2019-02-23 14:13:10 -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 d1d16390ef Update to use new paginator 2018-10-04 15:36:58 -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 09d8f0535a Correct nsfw lookup 2018-06-23 12:12:31 -05:00
phxntxm ff672d1f81 Limit urban to nsfw channels 2018-06-23 12:10:37 -05:00
Phxntxm fb975f34b0 Paginate the first 5 definitions 2017-07-22 16:42:50 -05:00
Phxntxm ae60ef5eed Paginate the first 5 definitions 2017-07-22 16:42:29 -05:00
phxntxm ab93c3f436 Add the restriction checking decorator to all commands 2017-06-27 19:26:32 -05:00
phxntxm efc1a3cf6d Database rewrite/User queue creation 2017-06-07 03:30:19 -05:00
Phxntxm 5aa87ce653 Reordering of commands to be grouped better 2017-04-30 18:56:02 -05:00
Phxntxm ea8535a647 Add a score requirement to filter out some terrible posts on derpi 2017-03-25 21:06:36 -05:00
phxntxm 67d8fedef8 Updated for rewrite: Batch 6 2017-03-07 22:28:30 -06:00
phxntxm a05b768274 Updated for rewrite: Batch 2 2017-03-07 16:35:30 -06:00
Phxntxm 23e69a01c6 Update to work with the rewrite: Batch 1 2017-03-05 20:45:44 -06:00
phxntxm 34a9232009 Made sure to return if urbandictionary failed to connect 2017-01-25 13:24:16 -06:00
Phxntxm 5bd7a6dbf3 Corrected issue with a typo 2017-01-20 17:41:50 -06:00
Phxntxm 0620fee904 Setup the links cog to use the new request method from the utilities 2017-01-20 17:32:45 -06:00
Phxntxm 354a482160 Added examples and results for all commands 2016-11-28 22:55:55 -06:00
phxntxm baf209e963 Removed the clientsession, as this was disconnecting during the request 2016-11-01 15:41:37 -05:00
phxntxm 7b138c4683 Added the traceback to the log 2016-11-01 15:32:09 -05:00
phxntxm 3c6260277a Temporary logging the error for requests in links, as it's not working 2016-11-01 15:25:46 -05:00
phxntxm 642dd1f71c Implemented a retry ability when requesting HTTP data 2016-11-01 14:59:45 -05:00
Phxntxm 6445a8ae17 Added a check to make sure results were found 2016-10-29 16:39:37 -05:00
Phxntxm b28d6ff4b8 Added a default user agent to use, modifiable from the config file 2016-10-28 19:33:55 -05:00
Phxntxm c9c60464d8 Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2016-10-28 18:52:43 -05:00
Phxntxm 706886a76c Removed embedding for some commands 2016-10-28 18:52:18 -05:00
Phxntxm 5e17987d33 Added a check to ensure derpi provided the right information (couldn't connect 2016-10-24 20:52:50 -05:00
Phxntxm d99cb69061 Added an error check to make sure that a description is provided (not sure why it's not sometimes) 2016-10-23 22:32:56 -05:00
Phxntxm 9b212bc0f9 Ensured en was a string 2016-10-23 22:20:55 -05:00
Phxntxm e006133d9b Ensured searches pull english pages, and forced the language to english 2016-10-23 22:20:18 -05:00
Phxntxm 606a38dc92 imported the BeautifulSoup Module 2016-10-23 21:43:59 -05:00
Phxntxm c74d246b31 Added the context to the google command 2016-10-23 21:43:23 -05:00
Phxntxm 7ea93f871b Added a google search command 2016-10-23 21:41:19 -05:00
Phxntxm aedfcd9956 Added a couple extra error checks to urban dictionary lookup 2016-10-10 22:46:32 -05:00
Phxntxm c5aad3a7e3 Changed list to string, as there's no reason to use a list here 2016-10-10 22:36:03 -05:00
Phxntxm 35ca3fcd2e Corrected issue where URL paramaters were being encoded incorrectly 2016-10-10 22:33:47 -05:00
phxntxm 5176ef3323 Corrected issue where coroutine wasn't being awaited 2016-10-05 13:46:00 -05:00
phxntxm 13251795a7 Corrected youtube searching command 2016-10-05 13:44:49 -05:00
Phxntxm 87b3b7ad39 Added a command to search for a youtube video 2016-10-03 21:42:47 -05:00
Phxntxm e42b5c0d7f Corrected the error where the tag replacing caused multiple tags to fail 2016-10-03 20:04:23 -05:00
phxntxm 02139a9c98 Remove the logging of searching twitch, as the issue has been corrected 2016-10-02 13:11:24 -05:00
phxntxm 11e12a7f1b Corrected error caused by the last merge; fixed pep8 issues 2016-10-02 13:08:20 -05:00
Phxntxm a8f54e7a57 Added one more error to mean no image was found 2016-10-01 22:59:47 -05:00
Phxntxm 7c6346afd5 Removed my manual url encoding to let aiohttp handle it, as this caused it to be double-encoded 2016-10-01 16:55:13 -05:00
Phxntxm b764ad802e Merge branch 'dev' 2016-10-01 15:47:32 -05:00
Phxntxm a84f706464 Stopped using format for query paramaters 2016-10-01 15:29:53 -05:00