Skip to content

Commit

Permalink
Fix reference link in customcooldown.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Nov 10, 2022
1 parent cbbd444 commit dc9413f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/resources/tags/customcooldown.md
Expand Up @@ -17,4 +17,4 @@ async def on_message(message):
await message.channel.send("Not ratelimited!")
```

`from_cooldown` takes the amount of `update_rate_limit()`s needed to trigger the cooldown, the time in which the cooldown is triggered, and a [`BucketType`](https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.discord.ext.commands.BucketType).
`from_cooldown` takes the amount of `update_rate_limit()`s needed to trigger the cooldown, the time in which the cooldown is triggered, and a [`BucketType`](https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.BucketType).

0 comments on commit dc9413f

Please sign in to comment.