We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadf737 commit 0cc422bCopy full SHA for 0cc422b
examples/async_basic.py
@@ -42,7 +42,6 @@ def interrupted(*_):
42
@client.event(ConnectedEv)
43
async def on_connected(_: NewAClient, __: ConnectedEv):
44
log.info("⚡ Connected")
45
- await client.send_message(build_jid("6283172366463"), "Hello from Neonize!")
46
47
48
@client.event(ReceiptEv)
0 commit comments