https://github.com/extrawurst/gr-discord-bot
company internal discord bot written in rust
https://github.com/extrawurst/gr-discord-bot
bot discord rust serenity tokio-rs
Last synced: about 2 months ago
JSON representation
company internal discord bot written in rust
- Host: GitHub
- URL: https://github.com/extrawurst/gr-discord-bot
- Owner: extrawurst
- Created: 2020-10-04T10:57:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T11:47:49.000Z (over 5 years ago)
- Last Synced: 2025-11-07T02:03:44.502Z (8 months ago)
- Topics: bot, discord, rust, serenity, tokio-rs
- Language: Rust
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# gameroasters discord bot
company internal discord bot: [extrawurst/gr-discord-bot](https://hub.docker.com/repository/docker/extrawurst/gr-discord-bot)

## how to run
follow the setup instructions here: https://developers.facebook.com/blog/post/2020/09/30/build-discord-bot-with-rust-and-serenity/
```sh
docker run -e DISCORD_TOKEN= extrawurst/gr-discord-bot
```
then the bot can be triggered in any channel it has access to:
`!help` will answer:
```
try:
!help
!standup
```
`!standup` is used in our standup channel and prints:
```
-------------------------------------
👌 04.10.2020 👌
-------------------------------------
```