aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/apps/api')
-rw-r--r--pydis_site/apps/api/models/bot/reminder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/models/bot/reminder.py b/pydis_site/apps/api/models/bot/reminder.py
index 3b174252..d53fedb5 100644
--- a/pydis_site/apps/api/models/bot/reminder.py
+++ b/pydis_site/apps/api/models/bot/reminder.py
@@ -15,7 +15,7 @@ class Reminder(ModelReprMixin, models.Model):
"If not, it has been sent out to the user."
)
)
- jump_url = models.CharField(
+ jump_url = models.URLField(
max_length=88,
help_text=(
"The jump url to the message that created the reminder"