From 6a80f1206c6aa686f6986318dcfa3d6d4044f1ac Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 7 Apr 2025 13:44:22 +0700 Subject: [PATCH] Boop command --- commands/fun.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/fun.py b/commands/fun.py index b45e1fd..7df0150 100644 --- a/commands/fun.py +++ b/commands/fun.py @@ -1,3 +1,4 @@ +import os import nextcord from nextcord.ext import commands @@ -7,6 +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")]) # Add something here later cuz im lazy raaahhh