Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paperback-community/discord-bot
The Discord bot for the Paperback Community server (Netsky's Basement).
https://github.com/paperback-community/discord-bot
bot discord rust yaml
Last synced: 4 months ago
JSON representation
The Discord bot for the Paperback Community server (Netsky's Basement).
- Host: GitHub
- URL: https://github.com/paperback-community/discord-bot
- Owner: paperback-community
- License: mit
- Created: 2024-09-05T20:26:39.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-14T21:15:42.000Z (4 months ago)
- Last Synced: 2024-10-21T04:45:42.421Z (4 months ago)
- Topics: bot, discord, rust, yaml
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
A Discord Bot written in Rust, configurable through YAML and supporting WASM plugins for enhanced functionality.
> [!NOTE]
> We are still in active development working towards an initial stable release.## Features
Work in Progress:
- **YAML Configuration:** Easily customize the bot's configuration using simple YAML files.
Planned:
- **WASM Plugin Support:** Extend the bot's capabilities with custom WebAssembly plugins.
## Installation
All stable builds and the latest development build can be downloaded directly from the [releases page](https://github.com/paperback-community/discord-bot/releases). Make sure to select the build specific for your OS and chipset.
> [!NOTE]
> You may need to build the application yourself if your OS or chipset is not listed.### Stable Version
The stable build is released less frequently, typically after a thorough testing period. Because of this, it generally experiences fewer bugs and is recommended for production use.
### Development build
The development build is generated automatically after every push to the `master` branch. While it allows users to access the latest features and improvements, it is generally discouraged for production environments, as bugs can be introduced at any time.
> [!WARNING]
> Only use this version if you are familiar with potential risks. We are not liable for any issues you may encounter.## Support Guidelines
The support guidelines can be found [here](https://github.com/paperback-community/discord-bot/blob/master/.github/SUPPORT.md).
## Contributing Guidelines
The contributing guidelines can be found [here](https://github.com/paperback-community/discord-bot/blob/master/.github/CONTRIBUTING.md).