diff --git a/app/cogs/cheeky_functions.py b/app/cogs/cheeky_functions.py index 28387d70..ae0ecf53 100755 --- a/app/cogs/cheeky_functions.py +++ b/app/cogs/cheeky_functions.py @@ -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):