runtime error

Exit code: 1. Reason: rd.client: logging in using static token 2026-03-30 11:20:50,664:INFO:discord.client: logging in using static token Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/discord/http.py", line 844, in static_login data = await self.request(Route('GET', '/users/@me')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/discord/http.py", line 778, in request raise HTTPException(response, data) discord.errors.HTTPException: 401 Unauthorized (error code: 0): 401: Unauthorized The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 97, in <module> discord_client.run(os.getenv('DISCORD_TOKEN')) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/discord/client.py", line 933, in run asyncio.run(runner()) ~~~~~~~~~~~^^^^^^^^^^ File "/usr/local/lib/python3.13/asyncio/runners.py", line 195, in run return runner.run(main) ~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete return future.result() ~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/discord/client.py", line 922, in runner await self.start(token, reconnect=reconnect) File "/usr/local/lib/python3.13/site-packages/discord/client.py", line 850, in start await self.login(token) File "/usr/local/lib/python3.13/site-packages/discord/client.py", line 679, in login data = await self.http.static_login(token) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/discord/http.py", line 848, in static_login raise LoginFailure('Improper token has been passed.') from exc discord.errors.LoginFailure: Improper token has been passed.

Container logs:

Fetching error logs...