super edit thay mama

This commit is contained in:
Alex D
2023-04-24 17:55:03 +03:00
parent 4731006753
commit cb8fb7d359
13 changed files with 51 additions and 47 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ class MathCommands(commands.Cog):
def __init__(self, bot):
self.bot = bot
@commands.slash_command()
@commands.slash_command(name="math")
async def math(self, ctx: disnake.AppCommandInteraction, *, equation):
try:
result = eval(equation)