Cadey Ratio adcc28d417 | ||
---|---|---|
bot | ||
cmd/vyvanse | ||
internal/dao | ||
vendor | ||
.env.sample | ||
.gitignore | ||
README.md | ||
box.rb | ||
config.nims | ||
docker-compose.yml | ||
vendor-log |
README.md
vyvanse
A simple chatbot and spamfiltering automaton for your discord enjoyment. Click this link to invite me to your server!
Stack
- Go
- Discordgo
- Drone MQ
- RQLite
- Zipkin
Local Development
Dependencies
Setup
$ cp .env.sample .env
$ e .env # or your favorite editor
Fill out TOKEN=
with your discord bot token.
$ nim up
Then head to Zipkin and see the tracing data for each command invocation.
Teardown
$ nim down