aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_core
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_core')
-rw-r--r--pydis_core/utils/paste_service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_core/utils/paste_service.py b/pydis_core/utils/paste_service.py
index 2a898fc4..a8be0888 100644
--- a/pydis_core/utils/paste_service.py
+++ b/pydis_core/utils/paste_service.py
@@ -90,7 +90,7 @@ async def send_to_paste_service(
log.debug(f"Sending contents of size {contents_size} bytes to paste service.")
payload = {
- "expiry": "1month",
+ "expiry": "30days",
"long": "on", # Use a longer URI for the paste.
"files": [
{"name": file_name, "lexer": lexer, "content": contents},