aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Daniel Nash <[email protected]>2020-06-12 08:50:30 -0500
committerGravatar GitHub <[email protected]>2020-06-12 08:50:30 -0500
commit08db3df18711ff57a56fef99d0ad725669448f3b (patch)
treecfba86407953168243b6500361589faa009b7163
parentUpdate customcooldown.md (diff)
Add scheme to URL
-rw-r--r--bot/resources/tags/customcooldown.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/tags/customcooldown.md b/bot/resources/tags/customcooldown.md
index 3f6db0ec6..e877e4dae 100644
--- a/bot/resources/tags/customcooldown.md
+++ b/bot/resources/tags/customcooldown.md
@@ -19,4 +19,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`](discordpy.readthedocs.io/en/latest/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/latest/ext/commands/api.html#discord.discord.ext.commands.BucketType).