From b8c33f08703e49ab2070c4f0e63759ca3809831e Mon Sep 17 00:00:00 2001 From: aikaterna Date: Wed, 4 Oct 2017 22:39:23 -0700 Subject: [PATCH] Autoeconomy permissions --- autoeconomy/autoeconomy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autoeconomy/autoeconomy.py b/autoeconomy/autoeconomy.py index 55cffdc..d195eaf 100644 --- a/autoeconomy/autoeconomy.py +++ b/autoeconomy/autoeconomy.py @@ -35,6 +35,7 @@ class AutoEconomy: await self.bot.say("You must have Economy loaded to use this cog. \nAny settings saved will not work until the cog is loaded.") return + @checks.admin_or_permissions(manage_server=True) @commands.group(pass_context=True) async def autoeconomy(self, ctx): """Configuration options for auto-registering Economy accounts."""