Closed maxpain closed 1 year ago
I subscribed to clientconnect and clientmoved events and got this error when our bot created a channel:
clientconnect
clientmoved
EventError: could not fetch client with id 20868 in event "channelcreated"
does a query client create the channel? it may happen that when a query connects and creates a channel and immediately leaves the clientList command wont find the client which has created that channel
I subscribed to
clientconnect
andclientmoved
events and got this error when our bot created a channel: