From e394518aadcfbf77bf95c88bc6a0880efc168cf2 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 15 Jan 2024 07:08:24 +0000 Subject: [PATCH] fix(aurora): aurora settings should not be guild only --- aurora/configuration/commands.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aurora/configuration/commands.py b/aurora/configuration/commands.py index dab5824..17d0786 100644 --- a/aurora/configuration/commands.py +++ b/aurora/configuration/commands.py @@ -9,13 +9,11 @@ from ..importers.galacticbot import ImportGalacticBotView class Configuration(Mixin): """Configuration commands for Aurora.""" - @commands.guild_only() @commands.group(autohelp=True, aliases=['moderation', 'mod']) async def aurora(self, ctx: commands.Context): """Settings and miscellaneous commands for Aurora.""" @aurora.command(name="settings", aliases=['config', 'options', 'set']) - @commands.guild_only() async def aurora_settings(self, ctx: commands.Context): """View Aurora configuration settings.""" await ctx.send(embed=await embed(ctx))