This commit is contained in:
= 2025-04-07 17:59:51 +07:00
parent f9e1dc4b41
commit 48f063d01f
3 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,6 @@
import os
import random
import nextcord
from nextcord.ext import commands
@ -14,6 +16,10 @@ class Fun(commands.Cog):
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")])
@commands.command(description="Kidnap someone", usage={"@user"})
async def kidnap(self, ctx: nextcord.Message, user: nextcord.User):
await ctx.reply(f"{user.mention} shall get kidnapped!", files=[nextcord.File(f"./images/Kidnap{random.randint(1, 2)}.jpg")])
# Add something here later cuz im lazy raaahhh
def setup(bot):

BIN
images/Kidnap1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

BIN
images/Kidnap2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB