We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cca7b commit b0df2b3Copy full SHA for b0df2b3
cogs/utility.py
@@ -441,7 +441,7 @@ async def debug(self, ctx):
441
async def debug_hastebin(self, ctx):
442
"""Posts application-logs to Hastebin."""
443
444
- haste_url = os.environ.get("HASTE_URL", "https://hasteb.in")
+ haste_url = os.environ.get("HASTE_URL", "https://hastebin.cc")
445
log_file_name = self.bot.token.split(".")[0]
446
447
with open(
0 commit comments