1
0
Fork 0
mirror of synced 2024-06-29 19:50:25 +12:00
Commit graph

972 commits

Author SHA1 Message Date
phxntxm 99fad1d184 Changed client id to be sent as a get variable, as it's not working sending through the headers 2016-09-21 14:03:53 -05:00
phxntxm 2fef94db0f Removed usage of config.loop since bot.loop already exists 2016-09-20 17:22:02 -05:00
phxntxm 2850bdf4ae Implemented newly required client ID 2016-09-20 17:21:48 -05:00
phxntxm fc921710cf Added a check for the invalid ipv6 error that youtube_dl throws 2016-09-19 13:19:15 -05:00
Phxntxm 1318fce81a Added a catch for when the bot's message has already been deleted 2016-09-18 16:13:41 -05:00
Phxntxm 5ebab3a077 Added a check in case a message is not found when trying to delete; added a check to ensure the provided permission is valid 2016-09-17 20:30:20 -05:00
phxntxm 26f29255da Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2016-09-14 19:10:50 -05:00
phxntxm 78ef45e0d8 Found the other case that discord fails to connect to a voice channel, hopefully all workarounds should be in place now 2016-09-14 19:10:44 -05:00
Phxntxm 15dedc5256 Added a zero-width space to tags to ensure they can't trigger other bot's commands 2016-09-12 15:34:31 -05:00
phxntxm 52ad367e0b Made sure that the id of the strawpoll is a string, not an int, when saving 2016-09-11 13:17:04 -05:00
phxntxm 374a0433aa Used the new cooldown reset method 2016-09-11 03:32:36 -05:00
phxntxm f4291ab923 Used the new cooldown reset method; simplified boops 2016-09-11 03:30:23 -05:00
phxntxm 8c90220eab Corrected some of the logic behind cache; fixed an error that caused our cache object to be deleted and replaced by the dictionary that sould have been saved to it's value 2016-09-11 03:28:57 -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 52eea3753b Made sure that the bot is in a channel in cases where the VoiceClient gets stuck 2016-09-05 21:52:14 -05:00
Phxntxm 8bd014a345 Added a check to make sure the server is found, as now that the bot is sharded we may not detect the correct server 2016-09-03 17:18:24 -05:00
Phxntxm 6de4800e54 Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2016-09-03 16:26:50 -05:00
Phxntxm b0a8565096 Corrected how remove perms checked the command provided 2016-09-03 16:23:24 -05:00
phxntxm 04ccc6bdc1 Corrected how to save tags 2016-09-02 00:40:32 -05:00
phxntxm 0fe1868b4e Corrected instance checking on content 2016-09-01 00:32:15 -05:00
phxntxm a61d1e7b21 Changed up the count for servers to not be amigious 2016-09-01 00:15:11 -05:00
phxntxm 712fee7eb2 Corrected error when bot_data was not found 2016-08-31 23:54:20 -05:00
phxntxm d79f1d53a8 Added another check in case cached object failed 2016-08-31 23:47:03 -05:00
phxntxm fa8231eb71 Added another check in case cached object failed 2016-08-31 23:46:22 -05:00
phxntxm 3b66f780a9 Added another check in case cached object failed 2016-08-31 23:44:45 -05:00
phxntxm 34bc196c21 Removed __repr__ as it's not used 2016-08-31 23:41:43 -05:00
phxntxm b031b4d2f5 Corrected what to save on updating 2016-08-31 23:02:10 -05:00
phxntxm 9c1a4fab5c Awaited the coroutine 2016-08-31 23:01:45 -05:00
phxntxm 737c97d3db Correctly closed the rethinkdb connection 2016-08-31 22:58:41 -05:00
phxntxm 2880306764 Replaced the string key with the actual variable... 2016-08-31 22:51:21 -05:00
phxntxm 5cdce2cad7 Reimplemented cache, changed up the checking for it for rare odd cases 2016-08-31 22:24:21 -05:00
phxntxm bf4041fa64 Made sure the full length of servers is sent to the bot sites 2016-08-31 22:23:58 -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 d8b2fcb3a2 Added the ability to get server/member count across all shards 2016-08-31 19:07:38 -05:00
phxntxm d0f81a3f1a Corrected tags as rethinkdb cannot save lists 2016-08-31 18:19:47 -05:00
phxntxm c7e8c5c71c Corrected the command_prefix method 2016-08-31 17:53:33 -05:00
phxntxm 644436f9a1 Corrected the config file, while not caching 2016-08-31 17:50:40 -05:00
phxntxm b689bb2a95 Disabled cache object, as the logic behind it and sharding does not work 2016-08-31 16:45:00 -05:00
phxntxm f7bdf39845 Ensured uptime is valid by making it first 2016-08-31 16:19:39 -05:00
phxntxm 2f94ed9459 Corrected what to set values to by default 2016-08-31 15:28:52 -05:00
phxntxm f048a1b27f Added a username and password to the db connection 2016-08-31 15:21:52 -05:00
phxntxm c2e1ee17d5 Removed ssl connection while it's still being worked on by rethinkdb devs 2016-08-31 15:06:21 -05:00
phxntxm c8bb26b2e2 Added statsupdate, as we're ready to merge to master 2016-08-31 14:48:07 -05:00
phxntxm 16aa8954cb Matched up all mismatched 'prefix' and 'prefixes' 2016-08-31 14:17:33 -05:00
phxntxm 181fbec47e Added missing awaits 2016-08-31 14:15:38 -05:00
phxntxm 0f21cf5155 Corrected what was checked in our prefix method 2016-08-31 14:13:09 -05:00
phxntxm ce7151612e Added a custom prefix command 2016-08-31 14:10:33 -05:00
phxntxm 6bd265fc59 Used the internal cache instead of a fake 'cache' object for one object 2016-08-31 14:10:17 -05:00
phxntxm e863a0e4e0 Implemented cache; added a custom prefix method ability 2016-08-31 14:09:11 -05:00
phxntxm 98d56f9b69 Stopped the player from resetting volume upon playing the next song 2016-08-31 11:58:59 -05:00
phxntxm ffbd1ee431 Made sure that rules is always a list if invalid 2016-08-30 21:57:23 -05:00
phxntxm d522726cc7 Corrected nsfw channels and rules 2016-08-30 21:54:32 -05:00
phxntxm 138021bd90 Changed nsfw and rules so that they can are dictionaries 2016-08-30 21:48:37 -05:00
phxntxm 65d4b143b3 Ensured that the connection closes when saving and getting data 2016-08-30 21:19:19 -05:00
phxntxm 6f9acb0d7a Changed up what was returned on invalid searches 2016-08-30 20:48:30 -05:00
phxntxm 0dcd900585 Created a class, and an object of that class to cache custom permissions, and only query for new permissions when they are updated 2016-08-30 19:44:24 -05:00
phxntxm dbfff6e01d Corrected the logic when nothing is found in the database; changed some exceptions 2016-08-30 19:23:07 -05:00
phxntxm 60ed33fa15 Corrected how to call the coroutine in the check 2016-08-30 19:15:42 -05:00
phxntxm cad6fd4e14 Awaited the new save/get content methods 2016-08-30 19:11:25 -05:00
phxntxm 36c839a276 Finished up saving/loading content to rethinkdb 2016-08-30 18:59:55 -05:00
phxntxm 5b8fc913b8 PEP8 changes 2016-08-30 17:33:46 -05:00
phxntxm 2643dc6d80 Changed saving method to rethinkdb instead of config file 2016-08-30 17:33:37 -05:00
phxntxm 162ef91379 Created a test command to test shard data 2016-08-30 15:23:12 -05:00
phxntxm b9cb3bf603 Printing on status changes; as the 2nd bot seems to not connect 2016-08-30 14:51:04 -05:00
phxntxm d35b990b26 Yaml was renamed? 2016-08-30 14:28:58 -05:00
phxntxm 43185dc031 Added sharding ability, first implementation of new saving method 2016-08-30 14:21:17 -05:00
phxntxm 2d78558cec Fuck you derpibooru, fix your search function 2016-08-30 02:19:28 -05:00
phxntxm 32e4d26559 Corrected the combination of explicit and suggestive to not break searches 2016-08-30 02:14:01 -05:00
phxntxm 97367a8873 Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2016-08-30 01:48:02 -05:00
phxntxm 9e1c0a2dee Forced safe tag for nsfw channel derpi lookups; added suggestive to nsfw channel lookups 2016-08-30 01:47:52 -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 402ddb061c Corrected what exception would be hit if custom_perms is not found 2016-08-28 14:40:34 -05:00
Phxntxm 04472c522e Added the ability to check default permissions 2016-08-28 14:39:28 -05:00
Phxntxm ef1608b482 Added a silent exception for playing music and not having permissions to send messages, as this seems to happen commonly based on error logs 2016-08-27 22:32:11 -05:00
Phxntxm ceddb2b7c8 Added a check in case the volume passed is higher than max 2016-08-27 22:26:23 -05:00
Phxntxm e101ba3120 Added perms attribute in the custom_perms predicate 2016-08-27 22:00:43 -05:00
Phxntxm 5242dc613f Added an exception checking for odd cases where the VoiceClient gets stuck, while the bot is not in a voice channel 2016-08-27 17:18:37 -05:00
Phxntxm 3afe3c1db9 Added a check for purging/pruning to see if the bot has permissions to do so 2016-08-27 14:36:07 -05:00
Phxntxm a16684a61c Added an exception for when strawpoll returns invalid data 2016-08-27 13:49:06 -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 b082ce5f04 Removed the change Pycharm made for pep8 which caused the bot not to run, as the directoy was detected incorrectly 2016-08-26 08:23:02 -05:00
phxntxm 217407fbaa Removed the deleted status message after a minute 2016-08-26 00:12:54 -05:00
phxntxm 0173ff0924 Printed out the amount of messages removed when pruning 2016-08-25 23:56:16 -05:00
phxntxm 3b3974eb0b Added a prune command 2016-08-25 23:50:09 -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 2af7f9ee66 Added exception handling if a user does not have any csgo stats 2016-08-25 23:28:39 -05:00
phxntxm df8db00c08 Removed exception handling if voice was still none, it just caused a loop. I don't know how this error keeps happening 2016-08-24 14:55:09 -05:00
phxntxm 48c1f75bd0 Changed up what to do in the case voice gets stuck in a bad state 2016-08-23 19:21:56 -05:00
phxntxm 96c77a21db Added an exception check in case voice gets stuck, and the bot is already ina channel 2016-08-23 19:12:52 -05:00
phxntxm 7cbb788668 Added an error check for if there is no result, based on search terms 2016-08-22 23:57:59 -05:00
Phxntxm 171d57d259 Saved when adding a new battletag 2016-08-22 18:28:25 -05:00
Phxntxm 1e9dbba2ed Updated the audio task to silently fail if we don't have permission to send a message 2016-08-22 16:28:27 -05:00
Phxntxm 31391c8556 Changed up the order in case the bot does not have permissions to send a message 2016-08-22 15:09:00 -05:00
Phxntxm 48ccf886b5 Handled error when a the bot does not have permissions to delete a message 2016-08-21 20:52:27 -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 bf535f3cbc Corrected what was being searched in running 2016-08-21 15:15:41 -05:00
Phxntxm 09ad1a8b57 Renamed battles variable, as it caused a conflict 2016-08-21 15:12:13 -05:00
Phxntxm 38f4c578db Removed ctx, as it's not used 2016-08-21 15:11:18 -05:00
Phxntxm 161eade219 Added a command to see how many things, and what is running 2016-08-21 15:10:53 -05:00
Phxntxm 639c6ae58d Corrected what was sent via the timeout 2016-08-21 15:01:47 -05:00
Phxntxm c6e057ad67 Changed up leaderboard to print just the first 10 2016-08-21 14:49:43 -05:00
Phxntxm 9c03d61439 Changed up leaderboard to print just the first 10 2016-08-21 14:49:24 -05:00
Phxntxm 57c8b0271a Corrected syntax error 2016-08-21 14:38:03 -05:00
Phxntxm 9898b1eff0 Changed up battling to stop saving content to the config file, as there's no need 2016-08-21 14:37:12 -05:00
phxntxm 803a764007 Added an extra error check for playing music, in case is_done does not exist 2016-08-21 02:18:35 -05:00
phxntxm 2f85aebee0 Removed checking player 2 on hangman, there is no player 2 2016-08-21 02:14:40 -05:00
phxntxm 0c622b8224 Changed name of url argument, as kwargs included url 2016-08-21 01:00:54 -05:00
phxntxm e3dfb91041 Stopped downloading the youtube_dl url upon play command 2016-08-21 00:36:38 -05:00
Phxntxm 25adbf83f5 Stopped the bot from removing messages, as it bugs mobile apps when removed so quickly 2016-08-20 22:04:27 -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 5da0830b5c Added a zero-width space to the say command, to avoid possible abuse by other bots 2016-08-20 18:54:51 -05:00
Phxntxm 1989c4bb0e Added an exception check for timing out 2016-08-20 16:56:20 -05:00
phxntxm c7be4bb7b2 Corrected error where an extra attempt to remove a rule was done 2016-08-20 11:48:02 -05:00
phxntxm 9f4a0400e5 Changed up the settings for checking if a user is on picarto 2016-08-20 00:34:17 -05:00
phxntxm ca575cedab Corrected error where server_alerts was not saved 2016-08-20 00:28:17 -05:00
phxntxm 880fa0e17b Corrected issue when no option is provided 2016-08-20 00:13:13 -05:00
phxntxm 92ca0831e0 Finished implemenation of modular amount of required skips 2016-08-19 23:25:17 -05:00
Phxntxm 5c6b36d645 Started implementation of modular required skip amount 2016-08-19 23:00:23 -05:00
Phxntxm baa6d5899f Removed converting puncation to blanks 2016-08-19 22:27:48 -05:00
Phxntxm 2c55799379 Added an exception in case no option was passed 2016-08-19 18:55:51 -05:00
Phxntxm e8e33c46f0 Added a check for if a close match to the provided game is not found 2016-08-19 18:52:38 -05:00
Phxntxm e64e47c640 Added a check to see if the bot's steam info was being looked up 2016-08-19 18:44:18 -05:00
Phxntxm 6c3fa02134 corrected which group to get in the regex search 2016-08-19 18:36:47 -05:00
Phxntxm 804bc3ad8b Corrected syntax error 2016-08-19 18:33:30 -05:00
Phxntxm 846b29c1f3 Corrected some error checking on lookups 2016-08-19 18:32:24 -05:00
Phxntxm 4ce7340600 Corrected what was being sent to the get_app_id method 2016-08-19 18:11:53 -05:00
Phxntxm 305d18ba64 Corrected what's printing in the game slot 2016-08-19 18:09:50 -05:00
Phxntxm d9823485ef Corrected syntax error 2016-08-19 18:08:28 -05:00
Phxntxm 70a8682a11 Corrected syntax error 2016-08-19 18:05:25 -05:00
Phxntxm d70f9d5a76 Corrected syntax error 2016-08-19 18:03:54 -05:00
Phxntxm d0f7d8d784 Corrected syntax error 2016-08-19 18:02:46 -05:00
Phxntxm 5a55d346d4 Corrected syntax error 2016-08-19 18:02:12 -05:00
Phxntxm 4286e9da26 Corrected syntax error 2016-08-19 18:01:22 -05:00
Phxntxm c4127f2911 Added the ability to search achievements/info on a user 2016-08-19 18:00:16 -05:00
Phxntxm 0cb6fc07be Changed where to pull display names from 2016-08-19 17:19:21 -05:00
Phxntxm e9bc5aaab7 Corrected what the member was called 2016-08-19 14:46:52 -05:00
Phxntxm cf06356482 Added the ability to save a steam account per user 2016-08-19 14:45:48 -05:00
phxntxm 938337688b Cleaned up first setup of csgo stats 2016-08-19 02:02:40 -05:00
phxntxm 9fda303ab1 Corrected error where .json() wasn't being awaited) 2016-08-19 02:00:50 -05:00
phxntxm 04e08ec177 Corrected error where .text() wasn't being awaited) 2016-08-19 01:59:33 -05:00
phxntxm 9fda5f3bad Sent headers with the requests 2016-08-19 01:52:59 -05:00
phxntxm 942bd67c2c Added required setup function 2016-08-19 01:50:00 -05:00
phxntxm 43aa1042a4 Created initial steam cog 2016-08-19 01:48:38 -05:00
phxntxm 88426b824e Created initial steam cog 2016-08-19 01:48:15 -05:00
phxntxm 4a436bb3ba Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2016-08-19 01:13:15 -05:00
phxntxm cfac889db8 Corrected issue with the update records, if no entry yet 2016-08-19 01:13:03 -05:00
Phxntxm d6ecec0d5b Adding a test command to test mini-data classes 2016-08-18 22:50:54 -05:00
Phxntxm 2c694dbeb9 Adding a test command to test mini-data classes 2016-08-18 22:50:32 -05:00
Phxntxm d6470a19e8 Adding a test command to test mini-data classes 2016-08-18 22:50:11 -05:00
Phxntxm 74f5fe0ec0 Adding a test command to test mini-data classes 2016-08-18 22:49:17 -05:00
Phxntxm 2a20635536 Adding a test command to test mini-data classes 2016-08-18 22:48:50 -05:00
Phxntxm 8f7a3e58cd Added support for carbonitex posting 2016-08-18 20:56:41 -05:00
Phxntxm c4983c10fc Added comments, changed up the server setting so that multiple servers can be notified 2016-08-18 15:55:04 -05:00
phxntxm 86018bc24d Removed attempt to get .items() of a tuple) 2016-08-18 12:52:25 -05:00
phxntxm 8f3f3ca58d Sorted the list of booped members 2016-08-18 12:49:45 -05:00
phxntxm 8a1a7900a7 Corrected error if a member was provided but not mentioned 2016-08-18 12:44:40 -05:00
phxntxm 71c0d499c6 Corrected issue with wiki searching, that caused wrong articles to be pulled 2016-08-17 16:28:45 -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 556022abbc Changed up safe restart command, to actually work 2016-08-16 21:19:44 -05:00
phxntxm 3a7461180c Added some comments, corrected error where tags were not saved 2016-08-16 19:45:01 -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 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