DeadBread76 / Discord-Ownership-transfer

Transfers ownership to another user
8 stars 6 forks source link

error when i transfer ownership to someone #1

Open dante201 opened 3 years ago

dante201 commented 3 years ago

Ignoring exception in on_ready Traceback (most recent call last): File "C:\Users\aCer\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\discord\client.py", line 343, in _run_event await coro(*args, **kwargs) File "C:\Users\aCer\Desktop\main.py", line 15, in on_ready server = client.get_server(SERVER) AttributeError: 'Client' object has no attribute 'get_server' Screenshot (16)

pIague commented 3 years ago

Ignoring exception in on_ready

Traceback (most recent call last):

File "C:\Users\aCer\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\discord\client.py", line 343, in _run_event

await coro(*args, **kwargs)

File "C:\Users\aCer\Desktop\main.py", line 15, in on_ready

server = client.get_server(SERVER)

AttributeError: 'Client' object has no attribute 'get_server'

Screenshot (16)

did you find a fix?