.. _event-reference: Event Reference =============== Events are received in listeners using :meth:`~discord.Client.event_listener`. Event names are case-insensitive and uses underscores (``_``) for spaces. ``APPLICATION_COMMAND_PERMISSIONS_UPDATE`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Received when an application command's permissions are updated. The inner payload is an :class:`~discord.objects.GuildApplicationCommandPermissions` object. ``READY`` ~~~~~~~~~~~~~~~ Dispatched when the client has completed the initial handshake with the gateway (for new sessions). .. autoclass:: discord.events.ReadyEvent()