Skip to content

Commit

Permalink
Add /squareroot to math command group
Browse files Browse the repository at this point in the history
  • Loading branch information
notsniped committed Nov 24, 2023
1 parent e27c2e1 commit fb6bb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/maths.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit fb6bb01

Please sign in to comment.