1
0
Fork 0
mirror of synced 2024-06-13 16:14:33 +12:00
Commit graph

132 commits

Author SHA1 Message Date
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
Phxntxm 2764730b8f Provided a stats command that should provide the battling stats for a specific user 2016-07-25 14:57:47 -05:00
Phxntxm 5d9a5efa25 Changed up the printing method for each user's rating 2016-07-25 14:29:40 -05:00
Phxntxm 8cb7999ac0 Corrected syntax error 2016-07-25 14:25:47 -05:00
Phxntxm 5bf79c5a30 Corrected issue where member ID was not added to the tuple needed for the leaderboard 2016-07-25 14:24:26 -05:00
Phxntxm 233cfd81c6 Corrected syntax error 2016-07-25 13:43:17 -05:00
Phxntxm 404013322c Corrected syntax error 2016-07-25 13:41:41 -05:00
Phxntxm 1d18909230 Completed leaderboard command, should print a sorted list of the battle records and rating 2016-07-25 12:50:08 -05:00
Phxntxm 47ab0257a7 Corrected syntax error 2016-07-25 10:59:38 -05:00
Phxntxm 17f9e559cb Changed leaderboard command to use the new rating system 2016-07-25 10:58:39 -05:00
Phxntxm ec191c06fa Changed the required permissions to be send_messages instead of none 2016-07-25 09:25:41 -05:00
Phxntxm afbe200c63 Fixed syntax error 2016-07-18 08:43:25 -05:00
Phxntxm a36978491e Updated json file to contain wins and losses for battles, instead of a string of the record 2016-07-18 08:36:57 -05:00
phxntxm a9267f106e Git rid of useless references, and updated for pep8 2016-07-17 16:10:12 -05:00
Phxntxm 904488c589 Fixed syntax error 2016-07-17 10:25:39 -05:00
Phxntxm dc8b14f581 Fixed syntax error 2016-07-17 10:25:06 -05:00
Phxntxm 071ea01426 Fixed syntax error 2016-07-17 10:24:49 -05:00
Phxntxm 016606c0b2 Fixed syntax error 2016-07-17 10:21:25 -05:00
Phxntxm c7605cbaf3 Fixed syntax error 2016-07-17 10:19:41 -05:00
Phxntxm 59594a54d9 Changed all references to MySQL saving content, to json content 2016-07-17 10:17:47 -05:00
Phxntxm ae6692867a Added custom permissions accessiblity for all commands 2016-07-16 11:49:14 -05:00
Phxntxm 2e5135dd77 Added custom permissions accessiblity for all commands 2016-07-16 11:48:10 -05:00
phxntxm d8ca2de783 Used commands.has_permissions for a couple of my old predicates 2016-07-12 09:17:47 -05:00
Phxntxm 9a516b0628 Added exception if the person hasn't booped anyone 2016-07-11 14:27:53 -05:00
Phxntxm 28b47d2a13 Properly closed MySQL connections 2016-07-09 11:33:48 -05:00
Phxntxm 65e25b52ff Changed the MySQl connection to disconnect and reconnect on each query, to avoid timeouts 2016-07-09 11:02:33 -05:00
Phxntxm af7f4c8273 Stopped listboops from showing users not in the server the command is ran in 2016-07-09 08:34:39 -05:00
Phxntxm 92b5b7ace9 Missed one replacement of the old 'determineId' method, replaced with discord.utils.find 2016-07-09 08:33:02 -05:00
phxntxm 14a8222e40 Added class descriptions for cogs; created listboops command 2016-07-08 20:59:10 -05:00
phxntxm 2bde1ce936 Complete modification to use cogs 2016-07-08 20:27:19 -05:00