mirror of
https://gitlab.com/pancakes1234/wdiscordbotserver.git
synced 2025-06-16 07:14:21 -06:00
Refactor: Update Pastebin API URL to remove port specification
This commit is contained in:
parent
a8f695d07e
commit
43a183c455
@ -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+)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user