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