Skip to content

Commit c62b0f8

Browse files
Remove BaseURL
1 parent 73be848 commit c62b0f8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bot/decorators.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from pydis_core.utils import scheduling
1313
from pydis_core.utils.paste_service import PasteFile, send_to_paste_service
1414

15-
from bot.constants import BaseURLs, Channels, DEBUG_MODE, RedirectOutput
15+
from bot.constants import Channels, DEBUG_MODE, RedirectOutput
1616
from bot.log import get_logger
1717
from bot.utils import function
1818
from bot.utils.checks import ContextCheckFailure, in_whitelist_check
@@ -161,7 +161,6 @@ async def inner(self: Cog, ctx: Context, *args, **kwargs) -> None:
161161
paste_response = await send_to_paste_service(
162162
files=[PasteFile(content=ctx.message.content, lexer="markdown")],
163163
http_session=session,
164-
paste_url=BaseURLs.paste_url,
165164
)
166165
paste_link = paste_response.link
167166

0 commit comments

Comments
 (0)