!squogify

This commit is contained in:
= 2025-04-07 16:39:16 +07:00
parent 038f15955c
commit f9e1dc4b41
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ class Fun(commands.Cog):
async def boop(self, ctx: nextcord.Message, user: nextcord.User):
await ctx.reply(f"{user.mention} shall get booped!", files=[nextcord.File("./images/boop.webp")])
@commands.command(description="Turn someone into a squog", usage={"@user"})
async def squogify(self, ctx: nextcord.Message, user: nextcord.User):
await ctx.reply(f"{user.mention} shall get squogged!", files=[nextcord.File("./images/squogify.gif")])
# Add something here later cuz im lazy raaahhh
def setup(bot):

BIN
images/squogify.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB