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.
2 parents b2714a4 + 50ec11d commit 8e8d5b0Copy full SHA for 8e8d5b0
1 file changed
bot/exts/info/code_snippets.py
@@ -281,6 +281,7 @@ async def _parse_snippets(self, content: str) -> str:
281
f"Failed to fetch code snippet from {match[0]!r}: {error.status} "
282
f"{error_message} for GET {error.request_info.real_url.human_repr()}"
283
)
284
+ continue
285
286
if isinstance(result, list):
287
# The handler returned multiple snippets (currently only possible with our pastebin)
0 commit comments