Adding freebird cause why not
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Robles 2024-02-09 12:01:55 -08:00
parent f8a5ab5eb6
commit 642b1c27d9

View File

@ -308,6 +308,14 @@ class Cheeky(commands.Cog):
) )
) )
@commands.slash_command(
guild_ids=None,
name="freebird",
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")
def setup(bot): def setup(bot):
bot.add_cog(Cheeky(bot)) bot.add_cog(Cheeky(bot))