1
0
Fork 0
mirror of synced 2024-06-27 18:50:35 +12:00
Commit graph

79 commits

Author SHA1 Message Date
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
phxntxm 86018bc24d Removed attempt to get .items() of a tuple) 2016-08-18 12:52:25 -05:00
phxntxm 8f3f3ca58d Sorted the list of booped members 2016-08-18 12:49:45 -05:00
phxntxm c8730a3b6f Corrected some syntax/pep8 errors 2016-08-16 10:22:32 -05:00
Phxntxm f26e04b1a4 Mass update: Added comments to most of the project. A couple small tweaks made as well 2016-08-15 22:30:52 -05:00
Phxntxm 37dbacf3fe Mass update: removed all cases LikeThis and replaced them like_this (This for you Fuyu) 2016-08-14 21:10:12 -05:00
Phxntxm 89d5bd9a22 Corrected error in comprehension 2016-08-13 20:53:01 -05:00
phxntxm 08518e3beb Made updates to add a default dictionary/list if one was not found in the config file 2016-08-09 21:13:53 -05:00
Phxntxm 7d1890ab59 Removed the ability to execute some commands via PM 2016-08-04 07:10:17 -05:00
Phxntxm 3a77330eb3 Changed up formatting for code blocks, as sometimes a line would be removed from it 2016-07-31 14:11:05 -05:00
phxntxm 8e050c016e Updates to comply with PEP 8 2016-07-30 19:20:55 -05:00
Phxntxm 70be37b770 Changed the checks on all commands to use the revised custom format 2016-07-30 07:30:28 -05:00
phxntxm 7246982ff1 Corrected syntax errors 2016-07-28 18:17:21 -05:00
Phxntxm 83109c1766 tuned up a bit of the code 2016-07-28 11:59:12 -05:00
Phxntxm 06e9261107 Corrected issue where author's rating was printed instead of the user's mentioned 2016-07-25 15:24:36 -05:00
Phxntxm b492b544bd Added total ranks to the printing of the battle stats 2016-07-25 15:15:19 -05:00
Phxntxm 96b1b5fb33 Corrected numbering for the ranking system 2016-07-25 15:11:08 -05:00
Phxntxm 8d3cad3138 Fixed issue where bot was not sending the message of the stats when calculated 2016-07-25 15:10:35 -05:00
Phxntxm 5cfc0510f3 Corrected syntax error 2016-07-25 15:09:21 -05:00
Phxntxm 67a319a3b8 Corrected syntax error 2016-07-25 15:08:27 -05:00
Phxntxm c7124d448b Corrected syntax error 2016-07-25 15:07:56 -05:00
Phxntxm 7bc51cfd68 Corrected syntax error 2016-07-25 14:58:09 -05:00