1
0
Fork 0
mirror of synced 2024-08-08 14:57:44 +12:00
Commit graph

669 commits

Author SHA1 Message Date
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
13c2d479c5 Added overwatch cog as a default cog to load 2016-07-13 23:00:30 -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
phxntxm
f49d21f298 Changed up the error messages a bit, to match Bonfire's implicit personality 2016-07-13 16:24:21 -05:00
phxntxm
f37e094d13 Added error handling for trying to run a command without permissions 2016-07-13 16:16:47 -05:00
phxntxm
57c820d3c7 The list of commands is starting to get quite long, it now splits into two messages. Having the bot PM the help command now 2016-07-13 09:30:14 -05:00
phxntxm
4c52d52dae Added courutine functionality for live debugging 2016-07-13 09:27:23 -05:00
phxntxm
42a3f3f829 Added courutine functionality for live debugging 2016-07-12 23:30:22 -05:00
phxntxm
9e129fc991 Added ' around the tag when printing it 2016-07-12 11:55:18 -05:00
phxntxm
647fd5b151 Missing a } for formatting, added that 2016-07-12 11:51:53 -05:00
phxntxm
e5aefae323 Added functionality to remove tags for mutlipe words 2016-07-12 11:48:47 -05:00
phxntxm
19aa9be82a Removed testing, github stopped calling my webhook for no reasong, that's why I couldn't figure this issue out lol 2016-07-12 11:46:33 -05:00
phxntxm
4454c07d58 Testing the tag, more than word seems to be breaking 2016-07-12 11:40:34 -05:00
phxntxm
a7430a9dbd stripped tag of whitespace off the ends 2016-07-12 11:30:47 -05:00
phxntxm
026e4ed4ae Changed tag to search for tags with more than one word 2016-07-12 11:28:35 -05:00
phxntxm
558612f6f7 Added descriptions to the tags 2016-07-12 11:03:35 -05:00
phxntxm
b286a59683 How did that get there 2016-07-12 10:58:57 -05:00
phxntxm
280544b734 Made the last change on tag as well 2016-07-12 10:58:25 -05:00
phxntxm
d3a20edcf3 Changed back to the normal format for selecting the database 2016-07-12 10:56:55 -05:00
phxntxm
42fc65c789 Changed ' to triple " 2016-07-12 10:53:13 -05:00
phxntxm
00d92d30cb Changed second paramater to a tuple 2016-07-12 10:50:51 -05:00
phxntxm
f86880d634 Fixed a couple errors 2016-07-12 10:48:34 -05:00