diff --git a/cogs/maths.py b/cogs/maths.py index f4b5cfc2..29ee3275 100644 --- a/cogs/maths.py +++ b/cogs/maths.py @@ -16,7 +16,7 @@ def __init__(self, bot): self.bot = bot math = SlashCommandGroup("math", "Use various math tools.") - @commands.slash_command( + @math.command( name="squareroot", description="Finds the square root of any positive number" )