diff options
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index e1d8a1e72..5b7268310 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -504,7 +504,6 @@ class _URLs(_BaseURLs): connect_max_retries = 3 connect_cooldown = 5 - paste_service: str = "".join([BaseURLs.site_paste, "/{key}"]) site_logs_view: str = "https://pythondiscord.com/staff/bot/logs" |