Module messages

Module messages 

Source
Available on crate features bot or rich_presence only.
Expand description

Contains all the Bevy messages that can be emitted by the Discord integration.

This module is split into two main feature-gated submodules:

  • bot - Events related to Discord bot functionality (requires bot feature)
  • rich_presence - Events related to Discord Rich Presence integration (requires rich_presence feature)

Modulesยง

botbot
This module contains all the bevy Message that are send by bot feature
rich_presencerich_presence
This module contains all the bevy Message thrown by rich_presence feature