Custom Ready Event ======================= You can modify the default on_ready message by calling :meth:`~ezcord.bot.Bot.ready` in your bot's ``on_ready`` event. .. literalinclude:: ../../examples/custom_ready_event.py :language: python