From 46d7052daac852b62ab7d23ffd8105b575d11739 Mon Sep 17 00:00:00 2001 From: thec0sm0s Date: Sun, 10 May 2020 16:57:47 +0530 Subject: [PATCH] Somewhat better index --- tests/test_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_app.py b/tests/test_app.py index 25b4976..749c14d 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -27,7 +27,7 @@ def index(): {HYPERLINK.format(url_for(".me"), "@ME")}
{HYPERLINK.format(url_for(".logout"), "Logout")}
{HYPERLINK.format(url_for(".user_guilds"), "My Servers")}
- {HYPERLINK.format(url_for(".add_to_guild", guild_id=475549041741135881), "Add bot to 475549041741135881.")} + {HYPERLINK.format(url_for(".add_to_guild", guild_id=390134592507609088), "Add me to 390134592507609088.")} """