Boop command

This commit is contained in:
= 2025-04-07 13:45:40 +07:00
parent 4c0c6c6fe4
commit a5385b2c38

View File

@ -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):