-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add rich presence support and refactor event handling
- Added `rich_presence` feature with necessary dependencies in `Cargo.toml` - Introduced `ChannelPlugin` and `ChannelRes` for shared event handling - Refactored event handling to use `EventCollection` for both `bot` and `rich_presence` features - Updated `DiscordBotPlugin` to use `ChannelRes` for event communication - Added `DiscordRichPresencePlugin` for integrating Discord Rich Presence - Created `EventHandler` for handling rich presence events - Updated system setup to conditionally run based on `ChannelRes` existence
- Loading branch information
Showing
14 changed files
with
1,231 additions
and
836 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.