aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-06-18 20:28:16 +0100
committerGravatar Chris Lovering <[email protected]>2023-07-11 15:45:09 +0100
commit01cbce47da76e835d056b2df77d44e72114a3dd7 (patch)
tree5c4512e1a29f3094499872cf043a52f4e5b04188
parentUse the new pydis_core send_to_paste_service function (diff)
Remove unneeded paste service constant
-rw-r--r--bot/constants.py1
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"