Remove deprecated matrix_client param
I am still trying to easily mock MatrixClient
in an instance of the bot for testing purpose.
This is coming in the way because the client can then be embedded inside the callback at construction and can't be changed later.