Skip to content

Commit

Permalink
Update fun.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mayman007 authored Mar 3, 2023
1 parent 357f1aa commit bb341ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async def rate(self, interaction: discord.Interaction, someone: discord.Member =
await interaction.response.send_message(f">>> {text} **{random.choice(thing)}** rate is **{random.randint(0, 100)}%!** {random.choice(emoji)}")

#meme reddit
@app_commands.command(name = "meme", description = "Memes. [BETA]")
@app_commands.command(name = "meme", description = "Memes.")
@app_commands.checks.cooldown(1, 10, key = lambda i: (i.user.id))
async def meme(self, interaction: discord.Interaction):
reddit = praw.Reddit(
Expand Down Expand Up @@ -233,4 +233,4 @@ async def slot(self, interaction: discord.Interaction):
else: await interaction.response.send_message(f">>> {slotmachine} No match, you lost 😢")

async def setup(bot: commands.Bot) -> None:
await bot.add_cog(Fun(bot))
await bot.add_cog(Fun(bot))

0 comments on commit bb341ab

Please sign in to comment.