1
0
Fork 0
mirror of synced 2024-06-26 10:10:44 +12:00
Commit graph

114 commits

Author SHA1 Message Date
Phxntxm 881ac09ab7 Removed checking for saving returns True, as this is no longer valid 2016-08-13 15:16:52 -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 3deed243ce Added a kdr to overwatch stats, when a hero is presented 2016-08-05 10:45:43 -05:00
Phxntxm a85082a876 Corrected error where only the author was searched instead of the user 2016-08-05 10:23:59 -05:00
Phxntxm d137884b5b Changed up error checking for if a hero isn't found/not used 2016-08-05 10:15:40 -05:00
Phxntxm 17e78cd38e Changed up error checking for if a hero isn't found/not used 2016-08-05 10:15:08 -05:00
Phxntxm 34e0496e36 Changed up error checking for if a hero isn't found/not used 2016-08-05 10:14:04 -05:00
Phxntxm 2e775e12d4 Changed up the base URL for overwatch 2016-08-05 10:01:06 -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 754d2ba043 Updated http request to send a custom user-agent 2016-07-29 19:50:16 -05:00
phxntxm 187ee31fc8 Corrected syntax errors 2016-07-28 18:15:02 -05:00
Phxntxm e68c19fe9d Corrected description on a couple commands 2016-07-28 15:25:22 -05:00
Phxntxm ec191c06fa Changed the required permissions to be send_messages instead of none 2016-07-25 09:25:41 -05:00
Phxntxm afe8efde54 Corrected syntax error 2016-07-24 09:04:50 -05:00
Phxntxm 122e6049cf Corrected syntax error 2016-07-24 09:04:29 -05:00
Phxntxm 8d9c6eb047 Corrected syntax error 2016-07-24 09:04:12 -05:00
Phxntxm fb7edc4523 Corrected syntax error 2016-07-24 09:03:33 -05:00
Phxntxm 1f7da0a4f5 Replaced urllib with aiohttp 2016-07-24 09:02:50 -05:00
Phxntxm dd0d54954d Modified cogs to print an error if Bonfire could not save any data 2016-07-18 07:06:13 -05:00
phxntxm a9267f106e Git rid of useless references, and updated for pep8 2016-07-17 16:10:12 -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 63f00b76ec Removed ability to call many commands in pm 2016-07-16 06:42:44 -05:00
Phxntxm 1ef135e124 Fixed the error number 2016-07-15 08:25:58 -05:00
Phxntxm 084cb8fbb4 Corrected syntax error 2016-07-14 13:24:40 -05:00
Phxntxm 73f70139dc Corrected syntax error 2016-07-14 13:24:13 -05:00
Phxntxm 797c4bf8b5 Added a couple more stats to show for overwatch 2016-07-14 13:23:11 -05:00
Phxntxm a55e958dac Handled error handling for if a hero does not exist 2016-07-14 08:35:20 -05:00
Phxntxm 0fcc46b5e7 Corrected syntax error 2016-07-14 08:19:45 -05:00
Phxntxm 2d1a9945b5 Changed check to = empty string 2016-07-14 08:19:28 -05:00
Phxntxm 89ac5f092c Corrected syntax error 2016-07-14 08:06:11 -05:00
Phxntxm 6138b5b816 Added handling error if user has not uxed x hero 2016-07-14 08:02:10 -05:00
Phxntxm 964051d48e Cleaning up a bit of redundant coding 2016-07-14 07:49:01 -05:00
Phxntxm fe14187038 Removed o_stats if a hero search 2016-07-14 07:40:48 -05:00
Phxntxm e50b2fe400 Added a new line between each list comprehension 2016-07-14 07:39:55 -05:00
Phxntxm 37eb3d9a04 Corrected syntax error 2016-07-14 07:38:46 -05:00
Phxntxm 921e3afa95 Corrected syntax error 2016-07-14 07:33:17 -05:00
Phxntxm 3e4259307a Corrected syntax error 2016-07-14 07:32:16 -05:00
Phxntxm 3175f66bc5 Only added hero_stats if a hero is searched for 2016-07-14 07:31:53 -05:00
Phxntxm 9ce91171c4 Corrected syntax error 2016-07-14 07:30:55 -05:00
Phxntxm 5fa35a83ae Corrected syntax error 2016-07-14 07:30:18 -05:00
Phxntxm c4065a2669 Setup list comprehension to generalize the json dictionary 2016-07-14 07:29:04 -05:00
phxntxm a0011f5b4f Changed ow to ow stats, the multiple parameters was breaking it 2016-07-14 03:39:31 -05:00
phxntxm 271ab1c716 Moved title() to perform once, at the nd of the string setting up 2016-07-13 23:34:17 -05:00
phxntxm 5915c2cb11 Moved the replacing of _ with ' ' for better functionality 2016-07-13 23:31:52 -05:00
phxntxm 499bc267d9 Testing a genexp in place of the for loop 2016-07-13 23:29:35 -05:00
phxntxm fbd28a8889 Handled exception if no wins or losses have been made with this hero 2016-07-13 22:57:03 -05:00
phxntxm 3f37cc0b14 Actually printed the stats this time 2016-07-13 22:48:02 -05:00
phxntxm 2a502ff92c Removed searching for kill/death ratio when searching for a hero 2016-07-13 22:46:58 -05:00
phxntxm 158c041712 Had general/game status backwards, switched that 2016-07-13 22:45:05 -05:00
phxntxm e0f754d7d9 Corrected the call on general/game stats if a hero is called 2016-07-13 22:44:10 -05:00
phxntxm b1fb52f6b9 Removed searching for overall status when a hero is searched 2016-07-13 22:43:01 -05:00
phxntxm 3fa9220deb Fixed a couple syntax errors 2016-07-13 22:41:51 -05:00
phxntxm 3c8e791855 Added functionality of seraching for specific heroes in overwatch 2016-07-13 22:41:13 -05:00
phxntxm bd23de0844 Added description for the overwatch commands 2016-07-13 22:20:45 -05:00
phxntxm ad735fdc42 Added newlines to the stats for readability 2016-07-13 22:17:26 -05:00
phxntxm 312b2a1b5a Passed the context to the ow command 2016-07-13 22:16:47 -05:00
phxntxm aaa1b8e6ae Added overwatch lookup on users 2016-07-13 22:15:55 -05:00
phxntxm 946b61b926 Replaced the misplaces $ with a % 2016-07-13 21:50:38 -05:00
phxntxm 9eebb9361d The lookup for the profile info takes a while, sent a message before it starts 2016-07-13 21:44:18 -05:00
phxntxm 7a6861c4c5 Changed method name, was interfering with add 2016-07-13 21:27:10 -05:00
phxntxm 33ec7bbb30 Added saving of battletags; prepping for overwatch support 2016-07-13 21:24:41 -05:00