!squogify
This commit is contained in:
parent
038f15955c
commit
f9e1dc4b41
@ -10,6 +10,10 @@ class Fun(commands.Cog):
|
|||||||
async def boop(self, ctx: nextcord.Message, user: nextcord.User):
|
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")])
|
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
|
# Add something here later cuz im lazy raaahhh
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
|
BIN
images/squogify.gif
Normal file
BIN
images/squogify.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 MiB |
Loading…
x
Reference in New Issue
Block a user