Logs
2025-09-09T14:13:53.415597 Starting up... 2025-09-09T14:13:53.430363 Connected to MongoDB 2025-09-09T14:13:56.346681 Bot is ready 2025-11-07T18:03:25.255563 Starting up... 2025-11-07T18:03:25.273249 Connected to MongoDB 2025-11-07T18:03:27.897119 Bot is ready 2026-01-07T20:11:59.868232 Starting up... 2026-01-07T20:12:30.008036 Database not available 2026-01-07T20:12:31.942194 Starting up... 2026-01-07T20:13:02.082516 Database not available 2026-01-07T20:13:04.019770 Starting up... 2026-01-07T20:13:34.168654 Database not available 2026-01-07T20:13:36.048486 Starting up... 2026-01-07T20:14:06.186847 Database not available 2026-01-07T20:14:08.065823 Starting up... 2026-01-07T20:14:38.210868 Database not available 2026-01-07T20:14:40.077560 Starting up... 2026-01-07T20:15:10.214217 Database not available 2026-01-07T20:15:12.116236 Starting up... 2026-01-07T20:15:42.257196 Database not available 2026-01-07T20:15:44.120859 Starting up... 2026-01-07T20:16:14.256182 Database not available 2026-01-07T20:16:16.126829 Starting up... 2026-01-07T20:16:46.273507 Database not available 2026-01-07T20:16:48.211968 Starting up... 2026-01-07T20:16:50.251973 Connected to MongoDB 2026-01-07T20:16:53.227017 Bot is ready 2026-02-03T01:24:19.010812 Bot is ready 2026-03-09T20:42:44.721769 Starting up... 2026-03-09T20:42:44.741207 Connected to MongoDB 2026-03-09T20:42:47.423529 Bot is ready 2026-03-30T17:43:42.879832 Starting up... 2026-03-30T17:43:42.898330 Connected to MongoDB 2026-03-30T17:43:45.445023 Bot is ready 2026-04-28T19:16:12.124878 Bot is ready 2026-04-29T10:48:43.594325 Starting up... 2026-04-29T10:48:43.614119 Connected to MongoDB 2026-04-29T10:48:46.269133 Bot is ready
Error Logs
/usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1") /usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1") /usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1") /usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1") /usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1") /usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1") /usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1") /usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1") /usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1") /usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1") /usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1") /usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1") /usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1") Websocket have raised an exception, closing. Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/interactions/client/bot.py", line 495, in _login await self._websocket.run() File "/usr/local/lib/python3.8/dist-packages/interactions/api/gateway/client.py", line 295, in run msg = await _receive File "/usr/local/lib/python3.8/dist-packages/interactions/api/gateway/client.py", line 1005, in __receive_packet await self._reconnect(True) File "/usr/local/lib/python3.8/dist-packages/interactions/api/gateway/client.py", line 942, in _reconnect self._client = await self._http._req._session.ws_connect(url, **self._options) File "/usr/local/lib/python3.8/dist-packages/aiohttp/client.py", line 795, in _ws_connect raise WSServerHandshakeError( aiohttp.client_exceptions.WSServerHandshakeError: 520, message='Invalid response status', url=URL('wss://gateway-us-east1-b.discord.gg/?v=10&encoding=json&compress=zlib-stream') /usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1") Websocket have raised an exception, closing. Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/interactions/client/bot.py", line 495, in _login await self._websocket.run() File "/usr/local/lib/python3.8/dist-packages/interactions/api/gateway/client.py", line 295, in run msg = await _receive File "/usr/local/lib/python3.8/dist-packages/interactions/api/gateway/client.py", line 1005, in __receive_packet await self._reconnect(True) File "/usr/local/lib/python3.8/dist-packages/interactions/api/gateway/client.py", line 942, in _reconnect self._client = await self._http._req._session.ws_connect(url, **self._options) File "/usr/local/lib/python3.8/dist-packages/aiohttp/client.py", line 795, in _ws_connect raise WSServerHandshakeError( aiohttp.client_exceptions.WSServerHandshakeError: 520, message='Invalid response status', url=URL('wss://gateway-us-east1-d.discord.gg/?v=10&encoding=json&compress=zlib-stream') /usr/local/lib/python3.8/dist-packages/interactions/ext/wait_for/wait_for.py:163: UserWarning: add_method is undergoing depreciation, and will be removed in 1.1 warnings.warn("add_method is undergoing depreciation, and will be removed in 1.1")
Restart Bot
Clear Logs