You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this line needs to be modified "client = discord.Client(intents=discord.Intents.default())"
and when i put my auth token doesn´t log in.
if get('https://api.ipify.org').text != str(ip): client.run(TOKEN_AUTH,log_handler=None)
and also this line, bc "bot" is not an opcion...
still not running... it says
"File "not_important_stufff\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\discord\http.py", line 803, in static_login
data = await self.request(Route('GET', '/users/@me'))"
The text was updated successfully, but these errors were encountered:
this line needs to be modified "
client = discord.Client(intents=discord.Intents.default())
"and when i put my auth token doesn´t log in.
if get('https://api.ipify.org').text != str(ip): client.run(TOKEN_AUTH,log_handler=None)
and also this line, bc "bot" is not an opcion...
still not running... it says
"File "not_important_stufff\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\discord\http.py", line 803, in static_login
data = await self.request(Route('GET', '/users/@me'))"
The text was updated successfully, but these errors were encountered: