Closed feba66 closed 10 months ago
OK, Did you check that the API is still working as expected?
My bot worked. But its not using every method that exists. I didnt change a lot tho, mostly just formatting, which should have no impact on the execution. Those parts that do are quite small and general enough that they should be covered by my bot.
The client will now call a
callback._on_client_init(client)
function to save the client to the callback. This enables us to easily access the client from the callback.