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
Hi - i seem to be logging in fine using my toke, but i always get this error. Any ideas?
Logged in as: **
Ignoring exception in on_ready
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/discord/client.py", line 270, in _run_event
await coro(*args, **kwargs)
File "scrape_channels.py", line 35, in on_ready
SERVER = client.get_server(SERVER_ID)
AttributeError: 'Client' object has no attribute 'get_server'
The text was updated successfully, but these errors were encountered:
This may be due to an update with the library imported for interfacing with the Discord API. Currently I haven't had the time needed to solve this issue. Feel free to figure it out and submit a pull request.
Hi - i seem to be logging in fine using my toke, but i always get this error. Any ideas?
Logged in as: **
Ignoring exception in on_ready
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/discord/client.py", line 270, in _run_event
await coro(*args, **kwargs)
File "scrape_channels.py", line 35, in on_ready
SERVER = client.get_server(SERVER_ID)
AttributeError: 'Client' object has no attribute 'get_server'
The text was updated successfully, but these errors were encountered: