@client.event
async def on_ready():
print("send id")
x=input()
user = client.get_user(x)
await user.send('hii')
Выдает ошибку:
line 21, in on_ready
await user.send('hii')
AttributeError: 'NoneType' object has no attribute 'send'
-
Вопрос задан
-
71 просмотр