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

62 commits

Author SHA1 Message Date
Phxntxm 59594a54d9 Changed all references to MySQL saving content, to json content 2016-07-17 10:17:47 -05:00
Phxntxm 9a880d343c Added new method for saving content as a json file instead of mysql 2016-07-17 06:49:05 -05:00
Phxntxm 0dfa188542 Fixed indentation issue in checks 2016-07-16 13:09:44 -05:00
Phxntxm 61defbc824 Changed error handling for removing a tag, to print the tag that is failing 2016-07-16 11:57:17 -05:00
Phxntxm 2e5135dd77 Added custom permissions accessiblity for all commands 2016-07-16 11:48:10 -05:00
Phxntxm 95bf4ff886 Removed images from repository 2016-07-16 10:24:10 -05:00
Phxntxm 530f344a38 Fixed syntax error 2016-07-16 09:46:02 -05:00
Phxntxm 9df0e06d42 Added compatbility to use the doggo command for any doggo image saved 2016-07-16 09:45:44 -05:00
Phxntxm a2aa235ebd Added doggo command 2016-07-16 09:20:17 -05:00
Phxntxm 94074f28d1 Removed test command 2016-07-16 07:53:33 -05:00
Phxntxm 2a09bdbe77 Adding a test command to test the type hinting feature 2016-07-16 07:49:01 -05:00
Phxntxm 821f7b5681 Fixed syntax error 2016-07-16 07:43:23 -05:00
Phxntxm cdab6387cd Adding a test command to test the type hinting feature 2016-07-16 07:43:04 -05:00
Phxntxm 63f00b76ec Removed ability to call many commands in pm 2016-07-16 06:42:44 -05:00
phxntxm 46db1a28c2 Changed checks to the custom predicate for custom permissions 2016-07-15 17:46:10 -05:00
phxntxm 3aff0c50e8 Adding test command to check automatic type hinting 2016-07-15 16:52:12 -05:00
phxntxm 571a4295ec Adding test command to check automatic type hinting 2016-07-15 16:51:28 -05:00
phxntxm 4f6e1b7ea5 Writing variables to a file to check on an error 2016-07-15 16:39:26 -05:00
Phxntxm 73a7d3485a Fixed syntax error 2016-07-15 15:15:20 -05:00
Phxntxm c057eb4e8f Fixed syntax error 2016-07-15 15:13:26 -05:00
Phxntxm 10afdb7de0 Changed tag command to allow the custom permissions set 2016-07-15 15:10:51 -05:00
Phxntxm 797c4bf8b5 Added a couple more stats to show for overwatch 2016-07-14 13:23:11 -05:00
Phxntxm 6abc5a13dc Corrected syntax error 2016-07-14 10:16:03 -05:00
Phxntxm aec61b5c6e Corrected syntax error 2016-07-14 10:15:36 -05:00
Phxntxm 28d5ce3078 Replaced for loop with genexp 2016-07-14 10:15:13 -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
phxntxm 460524d23b Added a 'tag' command to create custom tags 2016-07-12 10:47:41 -05:00
Phxntxm 0323678d67 Added exception to handle if 'd' is passed as the only valid part of the regex parsing 2016-07-11 13:18:57 -05:00
Phxntxm 7d85fc1f55 Added exception to handle if 'd' is passed as the only valid part of the regex parsing 2016-07-11 13:16:18 -05:00
Phxntxm 209631a2dd Printed the amount of sides of the die 2016-07-11 13:13:25 -05:00
Phxntxm 4e27daafbf Printed the amount of sides of the die 2016-07-11 12:58:53 -05:00
Phxntxm 7c4066131c Changed limit of the side of dice to 100 instead of 25 2016-07-11 12:56:43 -05:00
phxntxm 547025790e Fixed old connection closing method, used new function inside of confi 2016-07-10 16:18:30 -05:00
Phxntxm 38938cdbcc Modified the regex to match 0 or more times of a number 2016-07-10 09:05:52 -05:00
Phxntxm 0c0e4ea52c Changed the range, was rolling 1 too many times 2016-07-10 08:59:33 -05:00
Phxntxm 1e5be0e8c6 Imported re 2016-07-10 08:58:46 -05:00