Ein Kumpel von mir hat den Link zu seinem Server z.B. in den Status gepackt.

...zur Antwort
Wie mache ich einen Discord-Bot mit Python, ohne, dass Fehlermeldungen kommen?

Ich habe jetzt schon auf sehr viele verschiedene Weisen versucht, einen Discord Bot zu coden, aber es geht einfach nicht. Ich habe schon Python installiert für mein Windows auch PyCharm, doch es kommen sehr viele Fehlermeldungen!

Traceback (most recent call last):
 File "C:\Users\corig\venv\Jolo\lib\site-packages\aiohttp\connector.py", line 969, in _wrap_create_connection
  return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
 File "C:\Users\corig\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 1081, in create_connection
  transport, protocol = await self._create_connection_transport(
 File "C:\Users\corig\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 1111, in _create_connection_transport
  await waiter
 File "C:\Users\corig\AppData\Local\Programs\Python\Python39\lib\asyncio\sslproto.py", line 528, in data_received
  ssldata, appdata = self._sslpipe.feed_ssldata(data)
 File "C:\Users\corig\AppData\Local\Programs\Python\Python39\lib\asyncio\sslproto.py", line 188, in feed_ssldata
  self._sslobj.do_handshake()
 File "C:\Users\corig\AppData\Local\Programs\Python\Python39\lib\ssl.py", line 944, in do_handshake
  self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1123)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
 File "F:\Intenso\Jolo\main.py", line 12, in <module>
  client.run('Nzk4NTYzMjI4MjgwMDI5MjA0.X_219g.uCpOpt6Aj3Cr8WViHJ24eC7tfAs')
 File "C:\Users\corig\venv\Jolo\lib\site-packages\discord\client.py", line 718, in run
  return future.result()
 File "C:\Users\corig\venv\Jolo\lib\site-packages\discord\client.py", line 697, in runner
  await self.start(*args, **kwargs)
 File "C:\Users\corig\venv\Jolo\lib\site-packages\discord\client.py", line 660, in start
  await self.login(*args, bot=bot)
 File "C:\Users\corig\venv\Jolo\lib\site-packages\discord\client.py", line 509, in login
  await self.http.static_login(token.strip(), bot=bot)
 File "C:\Users\corig\venv\Jolo\lib\site-packages\discord\http.py", line 293, in static_login
  data = await self.request(Route('GET', '/users/@me'))
 File "C:\Users\corig\venv\Jolo\lib\site-packages\discord\http.py", line 185, in request
  async with self.__session.request(method, url, **kwargs) as r:
 File "C:\Users\corig\venv\Jolo\lib\site-packages\aiohttp\client.py", line 1117, in __aenter__
  self._resp = await self._coro
 File "C:\Users\corig\venv\Jolo\lib\site-packages\aiohttp\client.py", line 520, in _request
  conn = await self._connector.connect(
 File "C:\Users\corig\venv\Jolo\lib\site-packages\aiohttp\connector.py", line 535, in connect
  proto = await self._create_connection(req, traces, timeout)

Und noch mehr. Sie passen nicht einmal alle hier in die Nachricht.

Ich hoffe, ihr könnt mir weiterhelfen.

...zum Beitrag

Ich habe das Programmieren mit discord.py damit gelernt:

https://www.youtube.com/playlist?list=PLNmsVeXQZj7rI3usLYlWhsjdFJ-MER_pU

Ich hoffe, dass das weiter hilft, da ich sonst auch nicht weiter weiß...

...zur Antwort

Der User ist sehr selten und kurz auf WA.
Im Durchschnitt ist der User auch nur sehr kurz auf WA (1-2 Minuten).
Mehr kann ich leider auch nicht helfen...

...zur Antwort