1
0
Fork 0
mirror of synced 2024-06-02 02:34:32 +12:00
Commit graph

100 commits

Author SHA1 Message Date
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 ca8c3625a4 Send files with a filename 2017-04-24 14:25:05 -05:00
Phxntxm 79994c6cf4 Convert files to the new discord.File format 2017-04-08 22:16:12 -05:00
Phxntxm 74d22f2d8d Update no_pm to use the decorator instead 2017-04-08 22:04:46 -05:00
Phxntxm 37a5fb3701 Update the way channels are compared to work with rewrite 2017-03-27 13:57:35 -05:00
Phxntxm d0bd554b04 Use get_member instead of a generator that includes every member 2017-03-20 17:26:26 -05:00
Phxntxm f2ad84e0c5 Trigger typing for stats that show images as those can take a while to format/send 2017-03-19 18:04:52 -05:00
phxntxm 1a2a1f070c Correct int/str conversion 2017-03-08 13:43:15 -06:00
phxntxm 81b0500733 Fixed typo 2017-03-08 13:37:46 -06:00
phxntxm 17c853caae Update to work with rewrite 2017-03-08 13:36:11 -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 061562b60d Convert to a string for id's when searching for command stats 2017-03-08 00:51:17 -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 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 e45f787077 Catch exception when we cannot paginate 2017-02-12 17:58:27 -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 a40ca62583 Corrected issue where the banner creation method wasn't found 2017-02-12 15:45:11 -06:00
Phxntxm 996f30b5b3 Used the paginator for the leaderboard 2017-02-12 15:30:50 -06:00
phxntxm abcd04e9ab Made sure to return after an error check 2017-01-24 14:45:34 -06:00
Phxntxm a456099944 Added shard id/count to the server info command 2016-12-08 21:11:05 -06:00
Phxntxm 8bfe396c07 Added shard id/count to the server info command 2016-12-08 21:10:05 -06:00
Phxntxm 354a482160 Added examples and results for all commands 2016-11-28 22:55:55 -06:00
Phxntxm 766cd6f004 Corrected the check for the online status 2016-11-20 18:59:40 -06:00
Phxntxm 98d3f18b71 Corrected the url parameter, cast the region to a string 2016-11-20 18:56:16 -06:00
Phxntxm 4ad5dd3142 Added a server info command, using the new embed feature 2016-11-20 18:54:07 -06:00
phxntxm 876389bb67 Had the 'stats' command send the banner 2016-11-01 14:34:05 -05:00
Phxntxm b4e7f4adbe Corrected syntax error 2016-10-30 17:09:53 -05:00
Phxntxm 6ac47c3602 Corrected syntax error 2016-10-30 17:09:32 -05:00
Phxntxm 3967f3eb7d Corrected syntax error 2016-10-30 17:09:00 -05:00
Phxntxm 79e9e66d95 Changed image creation to use tuples, to allow order preservation 2016-10-30 16:54:58 -05:00
phxntxm 17121f0d20 Added an exception, for if the files aren't found for the banner creation 2016-10-16 00:27:07 -05:00
Phxntxm a8ee52048b Forgot to upload the banner after created, oops 2016-10-01 19:46:51 -05:00
Phxntxm 931b0f3cec Corrected syntax error 2016-10-01 19:42:34 -05:00
Phxntxm 3df0e49782 Added a few more statistics to use the new banner 2016-10-01 19:41:41 -05:00
phxntxm b62aa7f0b4 Used the corrected error when checking if a command has never been used 2016-09-29 12:36:43 -05:00
phxntxm 7276277b3c Corrected the get_content method; ensured server by default for the leaderboard 2016-09-29 12:33:54 -05:00
phxntxm 7e768d29fc Ensured the context was passed as well 2016-09-29 12:31:58 -05:00
phxntxm 3b81e502be Added the ability to check command usage stats 2016-09-29 12:29:57 -05:00
phxntxm bbcd6f5909 Removed conflict of member name 2016-09-28 20:20:46 -05:00
phxntxm 42610f2a92 Corrected how to check for battling stats 2016-09-28 20:19:45 -05:00
phxntxm f591fd1835 Corrected some errors regarding stat printing 2016-09-28 20:00:41 -05:00
phxntxm 26f32f9967 Update to saving method, using a much more robust method 2016-09-28 18:39:34 -05:00
Phxntxm 56be540d55 Started implementation of command usage stats 2016-09-25 22:58:33 -05:00
phxntxm 6f9acb0d7a Changed up what was returned on invalid searches 2016-08-30 20:48:30 -05:00
phxntxm cad6fd4e14 Awaited the new save/get content methods 2016-08-30 19:11:25 -05:00
Phxntxm c6e057ad67 Changed up leaderboard to print just the first 10 2016-08-21 14:49:43 -05:00
Phxntxm 9c03d61439 Changed up leaderboard to print just the first 10 2016-08-21 14:49:24 -05:00
Phxntxm 0cb6fc07be Changed where to pull display names from 2016-08-19 17:19:21 -05:00