1
0
Fork 0
mirror of synced 2024-06-28 11:10:27 +12:00
Commit graph

234 commits

Author SHA1 Message Date
Phxntxm c0c135fb3d Compare the ID instead of the message instance 2017-03-19 21:47:06 -05:00
Phxntxm 5c90d3e7fa Start logging rethinkdb open/close as there appears to be stuck connections 2017-03-19 21:46:54 -05:00
Phxntxm c2b20a9a29 Correct how to check if a channel is a DM Channel 2017-03-19 17:43:42 -05:00
Phxntxm ae46593ec9 Correct issue where a member couldn't be found due to comparing a string and an int 2017-03-19 17:24:10 -05:00
phxntxm 209e1522f1 Add a possible error that can be caught 2017-03-15 22:36:00 -05:00
phxntxm efcd7ad251 Ensure the message responded to is the one we want 2017-03-15 21:29:51 -05:00
Phxntxm 1e535a3842 Update checks to not create the deviant art table 2017-03-12 16:21:08 -05:00
Phxntxm a61f79004e Added a detailed pages paginator 2017-03-10 21:05:42 -06:00
Phxntxm 78a46b2482 Correct a couple issues with osu 2017-03-10 18:11:21 -06:00
Phxntxm 9e86472b64 First implementation for the new osu for rewrite 2017-03-10 18:07:39 -06:00
Phxntxm c49bae11a8 Add a check to ensure the message is not deleted as we're waiting for a reaction 2017-03-10 14:25:37 -06:00
Phxntxm 2b1d34707a Update to work with rewrite 2017-03-09 16:28:08 -06:00
phxntxm 286af4e356 Looked at the right key... 2017-03-08 02:40:55 -06:00
phxntxm 1800c9ab5c Corrected how to get content from cache 2017-03-08 02:38:26 -06:00
phxntxm 85e70c9a11 Removed unneeded clientsessions 2017-03-08 02:08:01 -06:00
phxntxm 6ed044c1cc Convert all comparisions to the db to string, as rethinkdb fails to parse ints as keys, or long ints in general 2017-03-08 01:55:22 -06:00
phxntxm ca5bcbdc80 Set the content to the cursor if a key is given 2017-03-08 00:44:58 -06:00
phxntxm 58eb623a1a Stopped trying to pull from a one indexed list, as we no longer use that in key'd tables 2017-03-08 00:43:40 -06:00
phxntxm 7a3e7afe33 Don't convert if we're given a dict, aka using get 2017-03-08 00:32:55 -06:00
phxntxm bb08575b98 Added the rethink connection to run on 2017-03-08 00:22:32 -06:00
phxntxm 365501bef2 Added a possible exception to catch 2017-03-08 00:21:11 -06:00
phxntxm c6d6661204 Added a possible exception to catch 2017-03-08 00:20:23 -06:00
phxntxm 78187197b3 Added a possible exception to catch 2017-03-08 00:19:42 -06:00
phxntxm 67d8fedef8 Updated for rewrite: Batch 6 2017-03-07 22:28:30 -06:00
phxntxm 2b9d8a2dca Update for rewrite: Batch 5 2017-03-07 17:56:24 -06:00
phxntxm d82127fa38 Update for rewrite: Batch 4 2017-03-07 17:47:00 -06:00
phxntxm 2852576250 Corrected the event to wait for 2017-03-07 17:32:40 -06:00
phxntxm 16b9dc36c7 Add a check in case there are no custom permissions 2017-03-07 17:24:02 -06:00
phxntxm 82a26df045 Changed the check for a private channel to look for the type 2017-03-07 17:22:10 -06:00
phxntxm 3543d205f2 Update for rewrite: Batch 3 2017-03-07 17:18:18 -06:00
phxntxm a05b768274 Updated for rewrite: Batch 2 2017-03-07 16:35:30 -06:00
Phxntxm 78922eda6c Added a check for if the message has been removed while still being set up 2017-03-03 14:29:51 -06:00
Phxntxm 98c070a203 Added a method to check if the database is setup correctly 2017-02-25 15:45:39 -06:00
Phxntxm d116a546a0 Added the db_check method 2017-02-25 15:45:27 -06:00
Phxntxm f8cb681480 Added the lol_key to the config file 2017-02-17 22:11:47 -06:00
Phxntxm 7b4ef527d1 Added the ability to change which page to start on 2017-02-17 18:00:13 -06:00
Phxntxm a124eaf89a Added a method to convert images to jpeg 2017-02-12 20:33:24 -06:00
Phxntxm f9ce8ef85e Added an exception catch for when permissions aren't given to the bot for pagination 2017-02-12 17:36:11 -06:00
Phxntxm e90bab4a84 Made get_all_commands available 2017-02-12 15:55:49 -06:00
Phxntxm 31ed6b32fb Made get_all_commands available 2017-02-12 15:54:21 -06:00
Phxntxm 541e1a0ce7 Updated to use 10 results per page 2017-02-12 15:31:18 -06:00
Phxntxm c1862d04e8 Corrected syntax error 2017-02-11 17:18:40 -06:00
Phxntxm 81c2f1b7f6 Added the paginator to the init package file 2017-02-11 17:14:47 -06:00
Phxntxm 50d08e469d Added a paginator method to use embeds 2017-02-11 17:14:31 -06:00
Phxntxm 7459d79476 Corrected error where remnants of the last method weren't overwritten 2017-01-28 17:04:57 -06:00
Phxntxm 556c22b9ad Used the request method to download the image; handled the downloading failing 2017-01-23 16:35:00 -06:00
Phxntxm afb8b5b34f Added an exception for if a message's server is None (i.e. this was sent in a private message/group chat) 2017-01-21 16:35:16 -06:00
Phxntxm 2ea4240f1c Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2017-01-20 16:50:12 -06:00
Phxntxm 1883054d58 Updated the requests method to be a bit more in depth 2017-01-20 16:50:02 -06:00
Phxntxm 442e398f1b Added a generic request method to the utilities 2017-01-08 14:05:37 -06:00
phxntxm 7b55a6979f Changed the hangman description to reflect the current way phrases are chosen 2017-01-05 12:13:22 -06:00
Phxntxm 027b0a18be Added a count, as well as a way to iterate through the deck 2016-12-11 20:50:26 -06:00
Phxntxm 9c241976aa Added a cards utility class 2016-12-11 14:28:02 -06:00
Phxntxm 77b8cd2945 Added an init file, to import all utilities necessary 2016-12-11 14:25:38 -06:00
Phxntxm 821f33f5d1 Corrected how to wrap the BytesIO object 2016-12-09 21:34:17 -06:00
Phxntxm e0f7260a70 Moved utility functions to the utility file 2016-12-09 21:25:08 -06:00
Phxntxm 8bfe396c07 Added shard id/count to the server info command 2016-12-08 21:10:05 -06:00
Phxntxm 3943c8e740 Corrected issue where qualified name was being pulled on a child command 2016-12-01 23:02:33 -06:00
Phxntxm 49bd09fc52 Corrected issue were aliases were still detected on child commands 2016-12-01 22:59:59 -06:00
Phxntxm dd3405141b Corrected issue where suppressed error hid an issue with which list was sent to the recursive calls 2016-12-01 22:56:57 -06:00
Phxntxm 478c3172bf Corrected syntax error 2016-12-01 22:04:03 -06:00
Phxntxm aa3b874b1f Corrected syntax error 2016-12-01 22:02:42 -06:00
Phxntxm 0c3245aecc Added the new utilities module 2016-12-01 22:01:53 -06:00
Phxntxm 8e19bd947a Added a help URL to be used with the help command 2016-11-10 21:03:05 -06:00
Phxntxm 280728721e Added extensions to the config file instead of by default 2016-10-30 22:14:30 -05:00
Phxntxm 79e9e66d95 Changed image creation to use tuples, to allow order preservation 2016-10-30 16:54:58 -05:00
Phxntxm 5c9f2688e1 Added the osu key to the config 2016-10-28 22:16:01 -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 7e59c813ec Corrected syntax error 2016-10-08 00:11:10 -05:00
Phxntxm fe4258e32f Added the ID's needed for DA 2016-10-07 21:45:00 -05:00
Phxntxm f0d85d5796 Corrected last issues with the motd command 2016-10-07 15:52:43 -05:00
Phxntxm f7d3d827ba Used the correct format for the default avatar image 2016-10-07 15:43:55 -05:00
Phxntxm 775da3ae63 Returned true to allow commands in PM if they're registered as such 2016-10-06 20:16:24 -05:00
phxntxm a744431ecb Removed uneeded udates of cache 2016-10-05 20:04:49 -05:00
phxntxm 34d6700794 Update cache whenever database commands are ran 2016-10-05 13:44:12 -05:00
phxntxm 307bc575c4 Corrected custom_permissions checking 2016-10-05 13:43:49 -05:00
Dan Hess 1012fa7e72 Merge pull request #12 from MahxieNoodle/patch-1
Blurry image fix.
2016-10-04 01:51:13 -05:00
Phxntxm 87b3b7ad39 Added a command to search for a youtube video 2016-10-03 21:42:47 -05:00
MahxieNoodle 04fd87fef1 Blurry image fix.
Potential fix for blurry image.
2016-10-02 15:03:15 -07:00
MahxieNoodle 045c2cf923 Fix for dynamic image size.
Added 'canvas_height' this is the size of the header and title space.
2016-10-01 20:50:18 -07:00
Phxntxm 24ed91e1fe Updated readme/sample config 2016-10-01 22:40:49 -05:00
Phxntxm f4267ef84a Changed base height to help avoid black backgrounds showing up 2016-10-01 20:00:54 -05:00
phxntxm 653a8039f3 Used a default image if someone does not have an avatar 2016-10-01 13:11:34 -05:00
phxntxm 84cff2b35d Disabling battling until it's been fixed 2016-09-29 01:58:51 -05:00
phxntxm 50dcecdfc8 Corrected the order that paramaters were sent to the update record method 2016-09-28 23:57:57 -05:00
phxntxm 7cfcf53476 Corrected returning a prefix when a server does not have a custom prefix 2016-09-28 21:34:58 -05:00
phxntxm 19ff5c95b1 Corrected error where content was being overwritten 2016-09-28 19:23:29 -05:00
phxntxm bdacd6ae92 Corrected error where no content was saved when using add 2016-09-28 19:17:07 -05:00
phxntxm 26f32f9967 Update to saving method, using a much more robust method 2016-09-28 18:39:34 -05:00
Phxntxm c1bc48bc9e First implementation of new saving methods 2016-09-25 22:58:12 -05:00
phxntxm a6586bc467 Derp... 2016-09-24 00:59:45 -05:00
phxntxm 05826aec69 Converted dict items to a list for easier parsing 2016-09-24 00:58:59 -05:00
phxntxm fca698b557 Moved offset to the class, as due to the scope it couldn't be found 2016-09-24 00:47:56 -05:00
phxntxm a8078757fa Ensured that the paths needed to create images exists 2016-09-24 00:37:48 -05:00
phxntxm 2284049af0 Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2016-09-24 00:33:27 -05:00
phxntxm 4c0d126c10 Initial implementation of creating a banner for stats 2016-09-24 00:33:17 -05:00
Phxntxm 0febc3520f Corrected how to get custom permission values 2016-09-23 16:28:33 -05:00
phxntxm 2fef94db0f Removed usage of config.loop since bot.loop already exists 2016-09-20 17:22:02 -05:00
phxntxm 8c90220eab Corrected some of the logic behind cache; fixed an error that caused our cache object to be deleted and replaced by the dictionary that sould have been saved to it's value 2016-09-11 03:28:57 -05:00
phxntxm 0fe1868b4e Corrected instance checking on content 2016-09-01 00:32:15 -05:00