Fix /freebird to be .respond and not .send
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Luke R 2024-03-28 18:24:26 -07:00
parent f4f7abe6bc
commit b7add1b455

View File

@ -339,7 +339,7 @@ class Cheeky(commands.Cog):
description="Gives you that good good when you're about to hit em with the flim flam",
)
async def freebird(self, ctx: commands.Context):
await ctx.send("https://youtu.be/xTemcPZw8Eo?t=210")
await ctx.respond("https://youtu.be/xTemcPZw8Eo?t=210")
def setup(bot):