You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
bot | 6 years ago | |
cmd | 6 years ago | |
internal/dao | 6 years ago | |
vendor | 6 years ago | |
.env.sample | 6 years ago | |
.gitignore | 6 years ago | |
README.md | 6 years ago | |
box.rb | 6 years ago | |
config.nims | 6 years ago | |
docker-compose.yml | 6 years ago | |
vendor-log | 6 years ago |
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