Boop command
This commit is contained in:
parent
2f949b96b9
commit
6a80f1206c
@ -1,3 +1,4 @@
|
||||
import os
|
||||
import nextcord
|
||||
from nextcord.ext import commands
|
||||
|
||||
@ -7,6 +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")])
|
||||
# Add something here later cuz im lazy raaahhh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user