diff options
author | 2023-06-18 20:28:16 +0100 | |
---|---|---|
committer | 2023-07-11 15:45:09 +0100 | |
commit | 01cbce47da76e835d056b2df77d44e72114a3dd7 (patch) | |
tree | 5c4512e1a29f3094499872cf043a52f4e5b04188 | |
parent | Use the new pydis_core send_to_paste_service function (diff) |
Remove unneeded paste service constant
-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" |