runtime error

Exit code: 1. Reason: [00:38<00:00, 5.12s/it] Loading checkpoint shards: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 7/7 [00:38<00:00, 5.52s/it] 2025-02-18 08:47:56,302 - INFO - Model loaded successfully 2025-02-18 08:47:56,302 - WARNING - PyNaCl is not installed, voice will NOT be supported 2025-02-18 08:47:56,303 - INFO - Starting web.py... 2025-02-18 08:47:56,304 - INFO - Running Discord bot... [2025-02-18 08:47:56] [INFO ] discord.client: logging in using static token 2025-02-18 08:47:56,305 - INFO - logging in using static token Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/discord/http.py", line 816, in static_login data = await self.request(Route('GET', '/users/@me')) File "/usr/local/lib/python3.10/site-packages/discord/http.py", line 758, 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 "/home/user/app/app.py", line 106, in <module> bot.run(DISCORD_TOKEN) File "/usr/local/lib/python3.10/site-packages/discord/client.py", line 869, in run asyncio.run(runner()) File "/usr/local/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/usr/local/lib/python3.10/site-packages/discord/client.py", line 858, in runner await self.start(token, reconnect=reconnect) File "/usr/local/lib/python3.10/site-packages/discord/client.py", line 786, in start await self.login(token) File "/usr/local/lib/python3.10/site-packages/discord/client.py", line 620, in login data = await self.http.static_login(token) File "/usr/local/lib/python3.10/site-packages/discord/http.py", line 820, 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...