diff options
| author | 2020-07-19 12:50:01 +0800 | |
|---|---|---|
| committer | 2020-07-19 12:50:01 +0800 | |
| commit | 387b763af7dfe3675a476ab6a2b9815e2ac8e83a (patch) | |
| tree | 04aba87e98d75d5052371139cca202c25311dba2 /pydis_site/apps/api | |
| parent | Use literal integers for mentions ID in test (diff) | |
Fix misleading documentation
Diffstat (limited to 'pydis_site/apps/api')
| -rw-r--r-- | pydis_site/apps/api/viewsets/bot/reminder.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pydis_site/apps/api/viewsets/bot/reminder.py b/pydis_site/apps/api/viewsets/bot/reminder.py index f4921d44..6f8a28f2 100644 --- a/pydis_site/apps/api/viewsets/bot/reminder.py +++ b/pydis_site/apps/api/viewsets/bot/reminder.py @@ -54,7 +54,7 @@ class ReminderViewSet(      ...     'content': str,      ...     'expiration': str,  # ISO-formatted datetime      ...     'channel_id': int, -    ...     'jump_url': Optional[str] +    ...     'jump_url': str      ... }      #### Status codes | 
