From 6b0dcbd80e8c9ab0ea307d9dfa72f6646962f631 Mon Sep 17 00:00:00 2001 From: mLgz0rn Date: Sat, 3 Jun 2023 22:31:31 +0200 Subject: [PATCH] Update app.py (#44) Fix wrong jellyfin message --- app/bot/cogs/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot/cogs/app.py b/app/bot/cogs/app.py index ba40019..914c849 100644 --- a/app/bot/cogs/app.py +++ b/app/bot/cogs/app.py @@ -177,7 +177,7 @@ class app(commands.Cog): async def getusername(self, after): username = None - await embedinfo(after, f"Welcome To Jellyfin! Please reply with your email to be added to the Plex server!") + await embedinfo(after, f"Welcome To Jellyfin! Please reply with your username to be added to the Jellyfin server!") await embedinfo(after, f"If you do not respond within 24 hours, the request will be cancelled, and the server admin will need to add you manually.") while (username is None): def check(m):