Boop command
This commit is contained in:
parent
6a80f1206c
commit
4c0c6c6fe4
@ -9,7 +9,7 @@ class Fun(commands.Cog):
|
|||||||
@commands.command()
|
@commands.command()
|
||||||
async def boop(self, ctx: nextcord.Message, user: nextcord.User):
|
async def boop(self, ctx: nextcord.Message, user: nextcord.User):
|
||||||
print(os.listdir("../"))
|
print(os.listdir("../"))
|
||||||
ctx.reply(f"{user.mention} shall get booped!", files=[nextcord.File("../images/boop.webp")])
|
ctx.reply(f"{user.mention} shall get booped!", files=[nextcord.File("./images/boop.webp")])
|
||||||
# Add something here later cuz im lazy raaahhh
|
# Add something here later cuz im lazy raaahhh
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user