1
0
Fork 0
mirror of synced 2024-09-30 17:29:33 +13:00
Commit graph

658 commits

Author SHA1 Message Date
phxntxm
c8730a3b6f Corrected some syntax/pep8 errors 2016-08-16 10:22:32 -05:00
phxntxm
8239d66524 Corrected syntax errors 2016-08-16 06:12:36 -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
d334c5584d Removed comment for restarting 2016-08-15 16:16:01 -05:00
Phxntxm
2fb38350da Added a saferestart command, temporarily commenting out the part that actually restarts, for testing 2016-08-15 16:15:27 -05:00
Phxntxm
050e668450 Changed up formatting a bit 2016-08-15 15:46:08 -05:00
Phxntxm
99cd485f5b Changed the formatting so that the url can be clicked 2016-08-15 15:45:29 -05:00
Phxntxm
a8102cd9f8 Changed the formatting so that the url can be clicked 2016-08-15 15:45:02 -05:00
Phxntxm
121e13e623 Corrected what was checked for the length of the search 2016-08-15 15:44:13 -05:00
Phxntxm
934ccb6d86 Added a wikipedia command 2016-08-15 15:43:18 -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
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
Phxntxm
28019bd250 Corrected issue where aliased commands would fail to check 2016-08-14 13:53:45 -05:00
phxntxm
bf408dc60f Corrected error upon removing with no id passed 2016-08-14 00:46:58 -05:00
phxntxm
595496103b Printed a message when a poll is remvoed 2016-08-14 00:42:57 -05:00
phxntxm
c77a55cf80 Added the ability to remove a strawpoll 2016-08-14 00:41:05 -05:00
phxntxm
74130cdfbe Corrected printing of when the poll was created 2016-08-14 00:19:18 -05:00
phxntxm
c585d3068a Corrected saving a member 2016-08-14 00:18:08 -05:00
phxntxm
a0cfcd8c92 Corrected printing of options list 2016-08-14 00:14:41 -05:00
phxntxm
51438fdde5 Corrected issue where post headers were being sent on get requests 2016-08-14 00:10:51 -05:00
Phxntxm
d29bad3ea0 removed unload function 2016-08-13 23:05:26 -05:00
Phxntxm
ca52ec25b9 Corrected printing of polls 2016-08-13 23:05:06 -05:00
Phxntxm
dbf3a5df5e Corrected printing of polls 2016-08-13 23:04:25 -05:00
Phxntxm
1899618b81 Corrected printing of polls 2016-08-13 23:01:25 -05:00
Phxntxm
0b67796c8d Corrected printing of the polls 2016-08-13 22:56:44 -05:00
Phxntxm
009d161474 Corrected error where a pendulum object was attempted to be serialzed 2016-08-13 22:53:43 -05:00
Phxntxm
c61838886a Changed up config, to error out in case incorrect data was provided 2016-08-13 22:52:55 -05:00
Phxntxm
dbea3e89d9 Corrected how the author was saved 2016-08-13 22:31:35 -05:00
Phxntxm
3e3a459637 Added default dictionary if nothing is loaded 2016-08-13 22:29:36 -05:00
Phxntxm
07c8f286a2 Added the ability to save strawpolls per server 2016-08-13 22:27:12 -05:00
Phxntxm
55bb3ad2c5 Corrected error where a blank option would be submitted 2016-08-13 22:18:43 -05:00
Phxntxm
ff82f250d3 Removed headers from the session, as that wasn't needed 2016-08-13 21:57:34 -05:00
Phxntxm
82709c9b5f imported missing module 2016-08-13 21:50:18 -05:00
Phxntxm
aea37395eb moving setup to the top to test 2016-08-13 21:33:12 -05:00
Phxntxm
a38c03c2f3 Modifying setup 2016-08-13 21:24:19 -05:00
Phxntxm
1bb4c96fae Moved setup function to see if that fixes the error 2016-08-13 21:20:30 -05:00
Phxntxm
1458e3b4e9 Removed traceback printing 2016-08-13 21:10:53 -05:00
Phxntxm
f58e1290c7 Printing traceback for loading, as it doesn't seem to be working 2016-08-13 20:58:10 -05:00
Phxntxm
9394f4ebeb Printing traceback for loading, as it doesn't seem to be working 2016-08-13 20:55:55 -05:00
Phxntxm
893af0e0cc Printing traceback for loading, as it doesn't seem to be working 2016-08-13 20:55:12 -05:00
Phxntxm
89d5bd9a22 Corrected error in comprehension 2016-08-13 20:53:01 -05:00
Phxntxm
80ff6b31be Corrected syntax error 2016-08-13 20:49:58 -05:00
Phxntxm
10a1c87e0e Added required setup method 2016-08-13 20:48:08 -05:00
Phxntxm
c40d3e9fe5 Corrected syntax error 2016-08-13 20:47:18 -05:00
Phxntxm
3262abe24f Added a strawpoll cog 2016-08-13 20:46:47 -05:00
Phxntxm
3c2edcca68 Removed the test command 2016-08-13 20:44:32 -05:00
Phxntxm
6794eefbc2 Adding a test command to test message matching 2016-08-13 20:43:35 -05:00
Phxntxm
58d87ceba9 I forgot an await.... 2016-08-13 17:48:49 -05:00
Phxntxm
b418d91d31 Corrected what should be added to the 'author' list 2016-08-13 17:48:13 -05:00
Phxntxm
e63bbcd70b Added a missing import 2016-08-13 17:46:45 -05:00
Phxntxm
f1a88015b3 Added an information command to print some information about the bot 2016-08-13 17:46:15 -05:00
Phxntxm
881ac09ab7 Removed checking for saving returns True, as this is no longer valid 2016-08-13 15:16:52 -05:00
Phxntxm
2f9b75f5d7 Changed random generating to use SystemRandom, for better random numbers 2016-08-13 14:58:47 -05:00
Phxntxm
aaa63a7c27 Changed variable name to not interfere with the method name 2016-08-12 19:38:56 -05:00
Phxntxm
b8b923a7a9 Corrected the glob checking 2016-08-12 18:54:37 -05:00
Phxntxm
d14df8e3ea Corrected how to create the config.json file if it does not exist 2016-08-12 14:52:44 -05:00
Phxntxm
c95bdcbd96 Changed up saving content, as this sometimes caused the config file to be completely erased 2016-08-12 14:38:59 -05:00
Phxntxm
600a704e8b Corrected error where no nsfw_channel was found 2016-08-12 14:32:38 -05:00
phxntxm
f8b767eb1c Changes made for pep8 2016-08-12 12:37:29 -05:00
Phxntxm
a65c1b8f9c Using relative pathing; also adding failure messages upon attempting to run the bot without a valid config.yml file 2016-08-11 21:14:30 -05:00
Phxntxm
89ca7b0469 Changed pathing to relative pathing 2016-08-11 21:13:35 -05:00
Phxntxm
dee1b616f2 Changed which endpoint was checked, so there's no need to make an http request for every user to check if they are online 2016-08-11 14:33:19 -05:00
Phxntxm
0f1e566b04 Corrected syntax error 2016-08-11 14:04:25 -05:00
Phxntxm
12f8fb3964 Corrected which channel's ID's are saved 2016-08-11 14:02:47 -05:00
Phxntxm
31459b8f18 corrected syntax error 2016-08-11 14:00:55 -05:00
Phxntxm
d906b46daf Changed notifications settings so that a mod can set a certain channel, for all notifications 2016-08-11 14:00:24 -05:00
phxntxm
dc257e9072 Corrected error when the wrong key was searched 2016-08-10 10:23:15 -05:00
phxntxm
23901ed148 Removed pass, might have been causing the issue with checking if someone has gone live 2016-08-10 10:20:58 -05:00
phxntxm
2b4b467c55 Changed the picarto settings, to allow multiple servers to be notified 2016-08-09 23:46:28 -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
e07bc8359e Removed error printing, changed up how the name is printed 2016-08-08 18:43:18 -05:00