diff options
-rw-r--r-- | pydis_site/templates/500.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/500.html b/pydis_site/templates/500.html index 46373654..869892ec 100644 --- a/pydis_site/templates/500.html +++ b/pydis_site/templates/500.html @@ -21,7 +21,7 @@ </div> <div class="content-box"> <h1>500 — Internal Server Error</h1> - <p>Sorry, but something went wrong on our side of things.</p> + <p>Something went wrong at our end. Please try again shortly, or if the problem persists, please let us know <a href="https://discord.gg/python">on Discord</a>.</p> </div> </div> </body> |