AsyncClient
Same as Client
but this is completely async class. This class is suitable for async programs like discord bots etc.
All the parameters, attributes and methods are same as Client
except all methods are coroutine and need to be awaited. For example:
await AsyncClient.get_ai_response('Hi')
Simple example
Just to assure, This is a simple example for you using this class.
Last updated
Was this helpful?