From 2540103a870ae4e939c6979d119905683e1a90e8 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Tue, 14 May 2024 18:02:18 +0100 Subject: [PATCH] fix main.py --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 94946e4..45b7cfe 100644 --- a/src/main.py +++ b/src/main.py @@ -211,7 +211,7 @@ async def delete_message(ctx: discord.ApplicationContext, message: discord.Messa await ctx.delete(delay=15) -@bot.slash_command("about") +@bot.slash_command(name="about") async def about_me(self, ctx: discord.ApplicationContext): embed = discord.Embed( title="Jimmy v3",