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

993 commits

Author SHA1 Message Date
Phxntxm 56be540d55 Started implementation of command usage stats 2016-09-25 22:58:33 -05:00
Phxntxm c1bc48bc9e First implementation of new saving methods 2016-09-25 22:58:12 -05:00
phxntxm e237a26ffb Ensured all keys are formatted nicely 2016-09-24 05:45:42 -05:00
phxntxm 900e8026ee Corrected how to add member/server usage on command completion 2016-09-24 04:55:14 -05:00
phxntxm ff2234640f Checked to see if we can send images, if so, use our new banner, if not stick to the old method 2016-09-24 01:31:20 -05:00
phxntxm a6586bc467 Derp... 2016-09-24 00:59:45 -05:00
phxntxm 05826aec69 Converted dict items to a list for easier parsing 2016-09-24 00:58:59 -05:00
phxntxm 17c4437c3c Stopped printing stuff as testing has been completed 2016-09-24 00:54:30 -05:00
phxntxm fca698b557 Moved offset to the class, as due to the scope it couldn't be found 2016-09-24 00:47:56 -05:00
phxntxm 96f61e6ed6 Added cert to gitignore 2016-09-24 00:42:02 -05:00
phxntxm a8078757fa Ensured that the paths needed to create images exists 2016-09-24 00:37:48 -05:00
phxntxm 2284049af0 Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2016-09-24 00:33:27 -05:00
phxntxm 4c0d126c10 Initial implementation of creating a banner for stats 2016-09-24 00:33:17 -05:00
Phxntxm 050a3b8d2f Implemented tracking usage of commands 2016-09-23 21:38:58 -05:00
Phxntxm 0febc3520f Corrected how to get custom permission values 2016-09-23 16:28:33 -05:00
Phxntxm f611b37b11 Added a check to ensure e621 responded without an error 2016-09-22 22:45:26 -05:00
Phxntxm f030504b6f Corrected who was searched on twitch lookups. I fixed this before...what happened...? 2016-09-22 20:53:05 -05:00
Phxntxm 3aec94a5cc Corrected how to check for permission errors 2016-09-22 20:48:18 -05:00
phxntxm 6c8b592d12 Rearranged the 'fails' for boops, to not cause an error when none is provided 2016-09-21 14:16:47 -05:00
phxntxm 911eb41459 Added the url to the logging method, based on twitch saying not client id is specified 2016-09-21 14:11:21 -05:00
phxntxm e2001f9aba Adding a logging for twitch as I can't figure out why it's not working still 2016-09-21 14:09:31 -05:00
phxntxm 70beca85fd Added a message for when someone isn't provided to boop 2016-09-21 14:04:37 -05:00
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 85103727d6 Corrected how to check for a 403 error 2016-09-17 20:29:48 -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 ca35605f97 Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2016-09-11 17:34:54 -05:00
Phxntxm f4e00298c0 Changed how the errors were detected, to ensure unwanted errors aren't logged 2016-09-11 17:34:28 -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 327d17b48b Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2016-09-09 22:29:38 -05:00
Phxntxm ffd872abc4 Corrected checking to ensure errors are what i want shown 2016-09-09 22:29:18 -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 f67f78a62a Corrected logic of stopping errors from logging 2016-09-05 21:30:05 -05:00
Phxntxm e3e60b5997 Added sublime files to ignore 2016-09-05 21:29:32 -05:00
Phxntxm 58e3913f91 Stopped forbidden messages from logging, as it apperas all issues around them have been resolved 2016-09-05 21:28:07 -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