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):