!kidnap
This commit is contained in:
parent
f9e1dc4b41
commit
48f063d01f
@ -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
BIN
images/Kidnap1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 243 KiB |
BIN
images/Kidnap2.jpg
Normal file
BIN
images/Kidnap2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
Loading…
x
Reference in New Issue
Block a user