Skip to content

Commit

Permalink
add hf command
Browse files Browse the repository at this point in the history
  • Loading branch information
LBlend committed Dec 25, 2023
1 parent e51f111 commit 8afcee2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/cogs/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,19 @@ async def memes(self, ctx: commands.Context):

await ctx.reply("https://youtube.com/playlist?list=PLFV_L_I9qjsoVvh0KT5kHC2_VB8ZGtQoG&si=CpioMM0k3-XTrHCL")

@commands.cooldown(1, 2, commands.BucketType.guild)
@commands.command()
async def hf(self, ctx: commands.Context):
"""
ekte HF moment
Parameters
----------
ctx (commands.Context): Context object
"""

await ctx.reply("https://media.discordapp.net/attachments/811606213665357824/1188473225030680586/Screenshot_2023-12-24-14-28-01-33_a23b203fd3aafc6dcb84e438dda678b6.jpg")


async def setup(bot: commands.Bot):
"""
Expand Down

0 comments on commit 8afcee2

Please sign in to comment.