runtime error

Exit code: 1. Reason: Database initialized. Stickers seeded. Health server running on port 7860 Loaded cogs.shop Loaded cogs.buy Loaded cogs.inventory Loaded cogs.blender_help Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/discord/http.py", line 844, in static_login data = await self.request(Route('GET', '/users/@me')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/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/bot.py", line 81, in <module> asyncio.run(main()) File "/usr/local/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/app/bot.py", line 78, in main await bot.start(TOKEN) File "/usr/local/lib/python3.11/site-packages/discord/client.py", line 850, in start await self.login(token) File "/usr/local/lib/python3.11/site-packages/discord/client.py", line 679, in login data = await self.http.static_login(token) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/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...