1
0
Fork 0
mirror of synced 2024-05-18 19:42:28 +12:00
Commit graph

197 commits

Author SHA1 Message Date
phxntxm 1d3ab2fb20 Updated manage_server to manage_guild 2017-03-08 02:28:57 -06:00
phxntxm a22cf3e414 Corrected some issues with the database 2017-03-08 02:26:50 -06:00
phxntxm ac23687696 Corrected what http client to retrieve 2017-03-08 02:22:26 -06:00
phxntxm d8a053eb67 Changed the converter to work with the rewrite 2017-03-08 02:18:28 -06:00
phxntxm ffadb4a634 Removed key from parameters 2017-03-08 02:02:01 -06:00
phxntxm 6ed044c1cc Convert all comparisions to the db to string, as rethinkdb fails to parse ints as keys, or long ints in general 2017-03-08 01:55:22 -06:00
phxntxm 58eb623a1a Stopped trying to pull from a one indexed list, as we no longer use that in key'd tables 2017-03-08 00:43:40 -06:00
phxntxm 1e2f44d494 Corrected a ctrl+f incorrect change 2017-03-08 00:23:16 -06:00
phxntxm 67d8fedef8 Updated for rewrite: Batch 6 2017-03-07 22:28:30 -06:00
phxntxm 2b9d8a2dca Update for rewrite: Batch 5 2017-03-07 17:56:24 -06:00
phxntxm 3543d205f2 Update for rewrite: Batch 3 2017-03-07 17:18:18 -06:00
phxntxm a05b768274 Updated for rewrite: Batch 2 2017-03-07 16:35:30 -06:00
Phxntxm 8e89847ed2 Corrected how to handle failed int conversion 2017-03-06 16:15:48 -06:00
Phxntxm 087e9d186d Corrected syntax error 2017-03-06 16:13:22 -06:00
Phxntxm a2783fefed Handle if an invalid limit is passed to prune 2017-03-06 16:11:49 -06:00
Phxntxm 8aa9c5d5b9 Add the ability to prune from roles 2017-03-06 16:09:41 -06:00
Phxntxm ccaaa8b04a Don't count the message that triggered the prune command 2017-03-06 16:08:55 -06:00
Phxntxm 23e69a01c6 Update to work with the rewrite: Batch 1 2017-03-05 20:45:44 -06:00
phxntxm 84baef2125 Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2017-03-04 01:48:54 -06:00
phxntxm 11cb4cbf99 Pep8 change 2017-03-04 01:48:47 -06:00
Phxntxm 3a453e592b Another find+replace error fixed 2017-02-19 15:12:13 -06:00
phxntxm bfe4b85dc2 Corrected issue where a find and replace replaced something unintional 2017-02-13 02:06:56 -06:00
Phxntxm e45f787077 Catch exception when we cannot paginate 2017-02-12 17:58:27 -06:00
Phxntxm f9ce8ef85e Added an exception catch for when permissions aren't given to the bot for pagination 2017-02-12 17:36:11 -06:00
Phxntxm 5561115449 Changed rules to use the paginator 2017-02-12 15:39:57 -06:00
Phxntxm c294c29b3b Added a check for when purge tries to delte messages too far back 2017-01-21 16:58:23 -06:00
phxntxm 9578221ba3 Removed a change that Pycharm automatically made 2016-12-22 00:58:53 -06:00
phxntxm 9b93974e0f Added a couple simple error checks to the new music 2016-12-22 00:56:25 -06:00
Phxntxm 48be66568f Added a nickname changing command 2016-12-14 15:52:11 -06:00
phxntxm 88af06b58c Corrected issue (This used to work, rethinkdb wut r u doin?) causing new rules to fail to add 2016-11-29 02:35:27 -06:00
phxntxm bf692e4c74 Pep8 changes 2016-11-29 02:05:22 -06:00
Phxntxm 354a482160 Added examples and results for all commands 2016-11-28 22:55:55 -06:00
phxntxm ea81bffe93 Corrected message when setting a new prefix 2016-10-12 16:54:30 -05:00
phxntxm f05e7a0089 Changed up message when removing custom prefixes; stopped updating the cache for prefixes twice 2016-10-12 16:52:36 -05:00
phxntxm bef4d48946 Corrected error where custom prefix cannot be removed 2016-10-12 16:49:52 -05:00
phxntxm 7dbebc8a44 Stripping the prefix to ensure no white space provided 2016-10-12 16:48:38 -05:00
Phxntxm 439c5ccdc7 Added a kick, and unban command 2016-10-09 17:19:20 -05:00
Phxntxm 5471f5d072 Corrected syntax error 2016-10-09 17:03:37 -05:00
Phxntxm adf41cc7e6 Added a ban command, with the ability to preemptively ban someone 2016-10-09 16:56:47 -05:00
Phxntxm e00985c1c7 Corrected all cases of no_pm, to ensure all commands are set as they should. 2016-10-06 20:16:25 -05:00
phxntxm 11e12a7f1b Corrected error caused by the last merge; fixed pep8 issues 2016-10-02 13:08:20 -05:00
Phxntxm 5125e86d21 Checked for error where no permission was provided when trying to add a custom permissoin 2016-10-01 15:29:37 -05:00
phxntxm dcace0a240 Corrected what was passed to removing permissions 2016-09-28 21:31:53 -05:00
phxntxm 33f689eb5f Corrected which channel was added for alerts; corrected how to check if there are no rules on a server 2016-09-28 21:20:15 -05:00
phxntxm 26f32f9967 Update to saving method, using a much more robust method 2016-09-28 18:39:34 -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 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 c8bb26b2e2 Added statsupdate, as we're ready to merge to master 2016-08-31 14:48:07 -05:00