Skip to content

Commit b0df2b3

Browse files
authored
Update utility.py (#2918)
Change of domain for hastebin, old domain forwards to a different site now
1 parent a3cca7b commit b0df2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ async def debug(self, ctx):
441441
async def debug_hastebin(self, ctx):
442442
"""Posts application-logs to Hastebin."""
443443

444-
haste_url = os.environ.get("HASTE_URL", "https://hasteb.in")
444+
haste_url = os.environ.get("HASTE_URL", "https://hastebin.cc")
445445
log_file_name = self.bot.token.split(".")[0]
446446

447447
with open(

0 commit comments

Comments
 (0)