diff --git a/app.py b/app.py index 3d81719..143fe0b 100644 --- a/app.py +++ b/app.py @@ -95,10 +95,9 @@ def make_discord_session(token=None, state=None): @app.route("/") -def index(): - if "username" in session: - return render_template("index.html", bot_running=bot_status()) - return redirect(url_for("login")) +def landing_page(): + """Ungeschützte Landing Page""" + return render_template("landing.html") @app.route("/login") def login(): diff --git a/templates/landing.html b/templates/landing.html new file mode 100644 index 0000000..c090841 --- /dev/null +++ b/templates/landing.html @@ -0,0 +1,40 @@ + + +
+ + +Your friendly AI-powered Discord bot, designed by SimolZimol.
+Use this bot to manage your Discord server with ease and integrate advanced AI-powered commands.
+ Login with Discord +