From 4c0c6c6fe4d13e3b27de9f518ee81d0d37281bb7 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 7 Apr 2025 13:45:05 +0700 Subject: [PATCH] Boop command --- commands/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fun.py b/commands/fun.py index 7df0150..b0ee0c8 100644 --- a/commands/fun.py +++ b/commands/fun.py @@ -9,7 +9,7 @@ class Fun(commands.Cog): @commands.command() async def boop(self, ctx: nextcord.Message, user: nextcord.User): print(os.listdir("../")) - ctx.reply(f"{user.mention} shall get booped!", files=[nextcord.File("../images/boop.webp")]) + ctx.reply(f"{user.mention} shall get booped!", files=[nextcord.File("./images/boop.webp")]) # Add something here later cuz im lazy raaahhh def setup(bot):