From a5385b2c38223971ecbfb62ff03e5951931e8b04 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 7 Apr 2025 13:45:40 +0700 Subject: [PATCH] Boop command --- commands/fun.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/fun.py b/commands/fun.py index b0ee0c8..db998ea 100644 --- a/commands/fun.py +++ b/commands/fun.py @@ -8,8 +8,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")]) + await 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):