1
0
Fork 0
mirror of synced 2024-05-16 02:22:32 +12:00
Commit graph

47 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
Dan Hess 1c0c7fa053 Correct a couple errors 2020-03-25 14:52:33 -05:00
phxntxm 5f568b37de Update to use new cog paradigm 2019-02-23 14:13:10 -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 a96835326c Change to check all requirements in the command checks, not some in on_message 2018-09-23 17:34:14 -05:00
phxntxm ab93c3f436 Add the restriction checking decorator to all commands 2017-06-27 19:26:32 -05:00
phxntxm efc1a3cf6d Database rewrite/User queue creation 2017-06-07 03:30:19 -05:00
Phxntxm 3754fbc565 Put a newline in before the tictactoe board 2017-05-01 17:45:22 -05:00
Phxntxm 74d22f2d8d Update no_pm to use the decorator instead 2017-04-08 22:04:46 -05:00
phxntxm a05b768274 Updated for rewrite: Batch 2 2017-03-07 16:35:30 -06:00
Phxntxm e0f7260a70 Moved utility functions to the utility file 2016-12-09 21:25:08 -06:00
Phxntxm 354a482160 Added examples and results for all commands 2016-11-28 22:55:55 -06:00
phxntxm 0dfa1db8e8 Stopped allowing to start a game with yourself 2016-11-01 14:29:02 -05:00
Phxntxm bfee72379b Fixed typo 2016-10-16 19:41:55 -05:00
phxntxm 26f32f9967 Update to saving method, using a much more robust method 2016-09-28 18:39:34 -05:00
phxntxm 6f9acb0d7a Changed up what was returned on invalid searches 2016-08-30 20:48:30 -05:00
phxntxm cad6fd4e14 Awaited the new save/get content methods 2016-08-30 19:11:25 -05:00
phxntxm 5b8fc913b8 PEP8 changes 2016-08-30 17:33:46 -05:00
phxntxm 162ef91379 Created a test command to test shard data 2016-08-30 15:23:12 -05:00
Phxntxm 0214537e49 Correctected the indentation error 2016-08-28 16:41:32 -05:00
Phxntxm 0e785ef9b0 Changed up what permissions are required for role management 2016-08-28 15:00:34 -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 9cb1cd25b1 Added a check to ensure that the bot is not being challenged 2016-08-20 20:55:52 -05:00
phxntxm cfac889db8 Corrected issue with the update records, if no entry yet 2016-08-19 01:13:03 -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 8239d66524 Corrected syntax errors 2016-08-16 06:12:36 -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 fede75f634 Added a fail check to ensure only one game is setup per server 2016-08-14 18:10:31 -05:00
Phxntxm f9cd43b516 Added the ability to save wins/losses 2016-08-14 16:53:52 -05:00
Phxntxm 3d7a8bd985 Corrected logical checking for places 2016-08-14 16:11:32 -05:00
Phxntxm b7fcad1c61 Added a error check in case someone tries to play in an already used place 2016-08-14 16:04:37 -05:00
Phxntxm 0ffd198da6 Added a message when a game has ended in a tie 2016-08-14 16:03:39 -05:00
Phxntxm 04fe5cbd3e Corrected issue where evaluation was happening instead of assignemnt 2016-08-14 15:57:12 -05:00
Phxntxm 166cc58f39 Corrected logic with checking middle 2016-08-14 15:55:55 -05:00
Phxntxm 616c7fdc4b Corrected which index was checked 2016-08-14 15:37:45 -05:00
Phxntxm 4c49ae8bbf Corrected logic for checking updates 2016-08-14 15:36:10 -05:00
Phxntxm f6d5048f8e Corrected syntax error 2016-08-14 15:32:33 -05:00
Phxntxm 17efd844b2 Corrected issue when middle is not given 2016-08-14 15:31:05 -05:00
Phxntxm 97232c3fe5 Added required invoke_without_command 2016-08-14 15:28:01 -05:00
Phxntxm eb0ab49b15 Made start a subcommand 2016-08-14 15:26:55 -05:00
Phxntxm f3c1c2b335 Added required ctx paramater 2016-08-14 15:25:38 -05:00
Phxntxm 22b71c0528 Added required setup function 2016-08-14 15:24:31 -05:00
Phxntxm e4765a5485 Corrected syntax error 2016-08-14 15:23:50 -05:00
Phxntxm c7bd4eaf21 Corrected syntax error 2016-08-14 15:23:17 -05:00
Phxntxm 0957318142 Created a cog for tictactoe 2016-08-14 15:22:33 -05:00