1
0
Fork 0
mirror of synced 2024-09-30 17:29:33 +13:00
Commit graph

169 commits

Author SHA1 Message Date
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