Update app.py (#44)

Fix wrong jellyfin message
This commit is contained in:
mLgz0rn
2023-06-03 22:31:31 +02:00
committed by GitHub
parent 461419f71d
commit 6b0dcbd80e

View File

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