https://github.com/roleypoly/discord
discord microservice for roley3
https://github.com/roleypoly/discord
bot dgo discord go
Last synced: 6 months ago
JSON representation
discord microservice for roley3
- Host: GitHub
- URL: https://github.com/roleypoly/discord
- Owner: roleypoly
- License: mit
- Archived: true
- Created: 2019-08-07T03:24:52.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2020-10-29T21:28:12.000Z (over 5 years ago)
- Last Synced: 2023-08-23T09:29:43.108Z (almost 3 years ago)
- Topics: bot, dgo, discord, go
- Language: Go
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# roley3 discord service
Microservice for the Discord bot portion of Roleypoly 3.0.
## Usage
Typical use case would be to run this through docker.
`docker run -it --rm -e DISCORD_BOT_TOKEN=... roleypoly/discord`
Otherwise, you may clone then build, or `go get github.com/roleypoly/discord`.
This bot doesn't do much with commands, as it's mostly a utility for the backend to pipe events into discord with.
## todo
- [x] bot: respond to mention (default case)
- [x] dgo: command router
- [x] pro: dockerize
- [x] pro: grpc
- [x] bot: respond to command (admin case)
- [ ] bot: dm auth challenge
- [ ] dgo: sharding