bundle.discord.cogs.lifecycle ============================= .. py:module:: bundle.discord.cogs.lifecycle .. autoapi-nested-parse:: Bot lifecycle events: online/offline announcements. Attributes ---------- .. autoapisummary:: bundle.discord.cogs.lifecycle.log Classes ------- .. autoapisummary:: bundle.discord.cogs.lifecycle.LifecycleCog Module Contents --------------- .. py:data:: log .. py:class:: LifecycleCog(bot: bundle.discord.bot.Bot) Bases: :py:obj:`discord.ext.commands.Cog` Announces bot online/offline status in the dedicated bot channel. .. py:attribute:: bot .. py:method:: on_ready() -> None :async: .. py:method:: cog_unload() -> None :async: