https://github.com/irevoire/brust
My discord bot in rust
https://github.com/irevoire/brust
bot discord docker rust
Last synced: 4 months ago
JSON representation
My discord bot in rust
- Host: GitHub
- URL: https://github.com/irevoire/brust
- Owner: irevoire
- Created: 2019-03-28T08:16:39.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T15:44:06.000Z (over 2 years ago)
- Last Synced: 2026-01-14T01:12:49.419Z (6 months ago)
- Topics: bot, discord, docker, rust
- Language: Rust
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brüst
My discord bot in rust
## Compiling
```
cargo build --release
```
## Running
```
cargo run --release
```