1
0
Fork 0
mirror of synced 2024-05-14 01:22:29 +12:00
Commit graph

49 commits

Author SHA1 Message Date
Dan Hess d85454f6cf Big update, use ext.tasks, couple updates to handle chunking better, log errors in tasks to error channel 2020-10-10 22:36:11 -05:00
phxntxm 5f568b37de Update to use new cog paradigm 2019-02-23 14:13:10 -06:00
phxntxm 75af7dcd6f Rewrite of database/configuration 2019-01-27 20:58:39 -06:00
phxntxm 29a14d2e3b Add spades; Move utils to it's own folder outside cogs; Remove images and fonts 2018-10-29 20:00:37 -05:00
phxntxm 087114033c Add descriptions to classes for help command 2018-10-08 15:40:21 -05:00
phxntxm 6f41b1f500 Remove old check 2018-09-23 17:40:21 -05:00
phxntxm a96835326c Change to check all requirements in the command checks, not some in on_message 2018-09-23 17:34:14 -05:00
phxntxm 4065f63e70 Increase limit to 30 characters 2017-12-02 16:19:54 -06:00
phxntxm ab93c3f436 Add the restriction checking decorator to all commands 2017-06-27 19:26:32 -05:00
phxntxm 90930e547f Correct a couple text issues 2017-06-27 19:10:45 -05:00
phxntxm efc1a3cf6d Database rewrite/User queue creation 2017-06-07 03:30:19 -05:00
Phxntxm 78b511c867 Compare the channel instead of the ID 2017-04-09 17:32:50 -05:00
Phxntxm 74d22f2d8d Update no_pm to use the decorator instead 2017-04-08 22:04:46 -05:00
Phxntxm 063d64e86c Forbid a couple of things that can get tags and hangman stuck 2017-04-06 16:53:37 -05:00
Phxntxm 75029b9abb Import asyncio so timeout's can be handled 2017-03-26 21:00:36 -05:00
Phxntxm 86169750db Update hangman to accept custom created hangman phrases again 2017-03-26 18:57:52 -05:00
Phxntxm 23e69a01c6 Update to work with the rewrite: Batch 1 2017-03-05 20:45:44 -06:00
phxntxm 7b55a6979f Changed the hangman description to reflect the current way phrases are chosen 2017-01-05 12:13:22 -06:00
Phxntxm 354a482160 Added examples and results for all commands 2016-11-28 22:55:55 -06:00
Phxntxm 0a7a997072 Lowered the cooldown on hangman 2016-11-10 22:49:16 -06:00
Phxntxm 93e76d25da Used random.choice instead of randint to get an index of a list based on a length 2016-10-01 21:15:09 -05:00
phxntxm 374a0433aa Used the new cooldown reset method 2016-09-11 03:32:36 -05:00
phxntxm aedf8c4a4c Spelled tokens correctly 2016-09-07 05:32:57 -05:00
phxntxm 1a15c12c3e Added a cooldown reset on failed commands 2016-09-06 14:56:34 -05:00
phxntxm 9181aff295 Changed up how starting a hangman game works; now chooses from a random phrase 2016-08-31 21:01:43 -05:00
phxntxm 5b8fc913b8 PEP8 changes 2016-08-30 17:33:46 -05:00
Phxntxm 6fca8e7252 Changed up the order of modifying new hangman games, to avoid cases where a forbidden error leaves an invalid game 2016-08-26 20:30:06 -05:00
phxntxm b1a786ba70 Added a check in case we failed to create a hangman game 2016-08-25 23:36:35 -05:00
Phxntxm 20981729bd Added some aliases, corrected who was looked up for csgo stats 2016-08-21 20:13:39 -05:00
Phxntxm b6a2f491ef Added a force stop command 2016-08-21 15:23:47 -05:00
phxntxm 2f85aebee0 Removed checking player 2 on hangman, there is no player 2 2016-08-21 02:14:40 -05:00
Phxntxm 9cb1cd25b1 Added a check to ensure that the bot is not being challenged 2016-08-20 20:55:52 -05:00
Phxntxm baa6d5899f Removed converting puncation to blanks 2016-08-19 22:27:48 -05:00
phxntxm 8919b1210c Changed directory before importing config file, to stop it from erroring out when looking for required files 2016-08-17 15:46:20 -05:00
phxntxm 7735bbc081 CHanged the hangman usage to check lower, to make cases not sensitive 2016-08-16 10:30:04 -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 d89c793343 Corrected how guessing word was handled, added an exception in case a letter is guessed twice 2016-08-14 19:00:01 -05:00
Phxntxm 3faee2022e Corrected issue where if the method existed was being checked, instead of calling it 2016-08-14 18:49:15 -05:00
Phxntxm b7fa339ffa Corrected issue where if the method existed was being checked, instead of calling it 2016-08-14 18:48:17 -05:00
Phxntxm 7ccc78a8ae Removing deleting of the game, as I'm still not sure where the issue is 2016-08-14 18:46:10 -05:00
Phxntxm 69d622a7af Adding printing of the game before removing it, as I'm not sure where the logic failed 2016-08-14 18:36:44 -05:00
Phxntxm a41828d1d1 Corrected error where 'server' was being used in place of self 2016-08-14 18:33:42 -05:00
Phxntxm a65868219f Added newlines to the printing of the man 2016-08-14 18:31:23 -05:00
Phxntxm d932af0ae0 Corrected error where self. wasn't being used 2016-08-14 18:30:10 -05:00
Phxntxm a02184113a Corrected error where self. wasn't being used 2016-08-14 18:28:48 -05:00
Phxntxm 53e593db4e Added required setup function 2016-08-14 18:27:03 -05:00
Phxntxm 1759548e1b Corrected syntax error 2016-08-14 18:26:32 -05:00
Phxntxm 4117583c1d Added a hangman cog 2016-08-14 18:26:10 -05:00