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

862 commits

Author SHA1 Message Date
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
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
Dan Hess 13dc54c267 Merge pull request #4 from Phxntxm/dev
Implemented cache and sharding ability
2016-08-31 14:49:09 -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 a8e026b8f6 Used the method to check for custom prefixes 2016-08-31 14:09:47 -05:00