Refactor: Update Pastebin API URL to remove port specification

This commit is contained in:
pancakes-proxy 2025-05-21 03:36:38 +09:00
parent a8f695d07e
commit 43a183c455

View File

@ -4,7 +4,7 @@ from discord.ext import commands
import aiohttp
import re
PASTEBIN_API_URL = "http://pastebin.internettools.org:3000/api/paste"
PASTEBIN_API_URL = "http://pastebin.internettools.org/api/paste"
MESSAGE_LINK_RE = re.compile(
r"https://(?:canary\.|ptb\.)?discord(?:app)?\.com/channels/(\d+)/(\d+)/(\d+)"