1
0
Fork 0
mirror of synced 2024-05-14 01:22:29 +12:00
Commit graph

57 commits

Author SHA1 Message Date
Dan Hess 05e2b10c8e Fix how to check owner commands 2020-11-19 15:08:56 -06:00
Dan Hess d85454f6cf Big update, use ext.tasks, couple updates to handle chunking better, log errors in tasks to error channel 2020-10-10 22:36:11 -05:00
Dan Hess 16f91c3b47 Allow updates to custom permissions 2020-05-07 19:45:37 -05:00
Dan Hess 72998c8277 Pass in only the command to updating permission cache 2020-05-07 11:55:11 -05:00
Dan Hess 0ee278546a Update to work with new flags 2020-04-04 01:32:28 -05:00
Dan Hess 2770d49b07 Fixed enable/disable not correcting cache values 2020-03-12 15:03:08 -05:00
Dan Hess 0fc3ccc518 Pass the guild object 2019-12-27 08:26:18 -06:00
Dan Hess 99f8d19cef Ensure cache is updated wherever needed 2019-12-27 08:23:41 -06:00
phxntxm 5f568b37de Update to use new cog paradigm 2019-02-23 14:13:10 -06:00
phxntxm 75af7dcd6f Rewrite of database/configuration 2019-01-27 20:58:39 -06:00
phxntxm 29a14d2e3b Add spades; Move utils to it's own folder outside cogs; Remove images and fonts 2018-10-29 20:00:37 -05:00
phxntxm 087114033c Add descriptions to classes for help command 2018-10-08 15:40:21 -05:00
phxntxm 565a7361e6 Add a notify command 2018-10-04 17:28:37 -05:00
phxntxm d1d16390ef Update to use new paginator 2018-10-04 15:36:58 -05:00
phxntxm a96835326c Change to check all requirements in the command checks, not some in on_message 2018-09-23 17:34:14 -05:00
phxntxm ad0b4a6362 PEP8 2018-09-23 14:23:27 -05:00
phxntxm e7c2cdceb7 Change database saving, and command reading to not create tasks each time 2018-09-23 01:04:03 -05:00
phxntxm 279a3e7116 Remove lingering music calls 2018-04-24 18:11:12 -05:00
phxntxm 164d62a179 Add a command to control colours used 2018-01-01 18:06:24 -06:00
phxntxm 85e34b32ca display command based on parent used 2017-11-28 17:40:19 -06:00
phxntxm b19d080232 Handle key errors in welcome/goodbye messages 2017-11-28 17:38:41 -06:00
phxntxm 2b4e098d67 Rewrite the hugs example 2017-09-21 18:31:46 -05:00
Phxntxm af9eeabe5e Correct implementation of checking hug messages 2017-08-10 16:54:55 -05:00
Phxntxm 151b3c4ebf Convert the right thing 2017-08-06 16:24:03 -05:00
Phxntxm 0a90b8c05a Convert the right thing 2017-08-06 16:22:14 -05:00
Phxntxm 6facd5794b I don't know how that changed 2017-08-06 16:21:36 -05:00
Phxntxm fba57a0747 Allow checking a person's perms 2017-08-06 16:16:14 -05:00
Phxntxm 85d0b8ba74 Check to ensure that the battle/hug message being added is in a valid format 2017-08-04 13:58:57 -05:00
Phxntxm 48ac555131 Include AttributeError 2017-07-31 14:23:23 -05:00
Phxntxm a8d6c0ff31 Correct capitalization of permission 2017-07-30 20:11:32 -05:00
Phxntxm afcbca3e64 Allow server specific battles/hugs 2017-07-30 18:27:19 -05:00
phxntxm 55ce47f383 Fix a couple errors with birthdays 2017-07-19 17:53:50 -05:00
Phxntxm 4f816216f8 Add the ability to turn off birthday announcemtns 2017-07-03 21:01:57 -05:00
Phxntxm 08a31d284b Add the abilty to change whether or not the import command can be used 2017-07-02 22:18:00 -05:00
phxntxm 8f078ea0ce Add a help mesage for restrictions 2017-06-28 14:53:12 -05:00
phxntxm 393dc9d6a7 Add a message for if there are no restrictions 2017-06-28 05:30:06 -05:00
phxntxm 773e69e481 Await the coroutine 2017-06-28 05:28:41 -05:00
phxntxm 21d0dc275f Add a restrictions command to show current restrictions 2017-06-28 05:27:35 -05:00
phxntxm 575ff60590 Use already flattened attribute 2017-06-28 05:11:00 -05:00
phxntxm bca36e095b Ensure that message is given before checking for regex statement 2017-06-28 05:03:36 -05:00
phxntxm cc35fa377b Add the ability to set custom welcome/goodbye messages 2017-06-28 04:58:53 -05:00
phxntxm 1c3cfc7443 Cleanup some of the messages not needed when unrestricting 2017-06-27 22:26:30 -05:00
phxntxm e794c95c50 Correct the conversion for the restriction options 2017-06-27 22:25:33 -05:00
phxntxm ab93c3f436 Add the restriction checking decorator to all commands 2017-06-27 19:26:32 -05:00
phxntxm 3c42bc4545 Added the ability to intuitively restrict some things 2017-06-27 16:14:39 -05:00
Phxntxm d5c49b2347 Seperation of welcome alerts and default alerts 2017-06-17 18:03:26 -05:00
Phxntxm d5a5820983 Remove pending change (shouldn't have been commited) 2017-06-15 21:28:25 -05:00
Phxntxm a09452247e Ensure the channel given exists 2017-06-15 21:27:33 -05:00
Phxntxm 8c1f23e59b Include an actual helpful example/result in order to not confuse dummies 2017-06-10 14:25:04 -05:00
phxntxm efc1a3cf6d Database rewrite/User queue creation 2017-06-07 03:30:19 -05:00