From 44088500176d6757faa48e7361da5f590a2fc3b7 Mon Sep 17 00:00:00 2001 From: The Dax Date: Sat, 14 Sep 2019 20:07:30 -0400 Subject: [PATCH 1/2] Escape Nintendo Homebrew invite link with < >s. This prevents it from picking up the full stop at the end of the sentence as part of the URL and displaying an annoying second information box. --- cogs/verification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/verification.py b/cogs/verification.py index d3f6603..64ebcd6 100644 --- a/cogs/verification.py +++ b/cogs/verification.py @@ -15,7 +15,7 @@ welcome_header = """ __**Be sure you read the following rules and information before participating. If you came here to ask about "backups", this is NOT the place.**__ -__**This is a server for technical discussion and development support. If you are looking for end-user support, the Nintendo Homebrew discord server may be a better fit: https://discord.gg/C29hYvh.**__ +__**This is a server for technical discussion and development support. If you are looking for end-user support, the Nintendo Homebrew discord server may be a better fit: .**__ __**Got questions about Nintendo Switch hacking? Before asking in the server, please see our FAQ at to see if your question has already been answered.**__ From bb98d0606ad251d59fbc89f8f9a3f47fe0e247cf Mon Sep 17 00:00:00 2001 From: The Dax Date: Tue, 17 Sep 2019 18:38:07 -0400 Subject: [PATCH 2/2] Swap lines as per tart's request --- cogs/verification.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/verification.py b/cogs/verification.py index 64ebcd6..fafea82 100644 --- a/cogs/verification.py +++ b/cogs/verification.py @@ -15,10 +15,10 @@ welcome_header = """ __**Be sure you read the following rules and information before participating. If you came here to ask about "backups", this is NOT the place.**__ -__**This is a server for technical discussion and development support. If you are looking for end-user support, the Nintendo Homebrew discord server may be a better fit: .**__ - __**Got questions about Nintendo Switch hacking? Before asking in the server, please see our FAQ at to see if your question has already been answered.**__ +__**This is a server for technical discussion and development support. If you are looking for end-user support, the Nintendo Homebrew discord server may be a better fit: .**__ + ​:bookmark_tabs:__Rules:__ """