This is a template of discorb bot, with typechecker steep.
TODO: Write your bot's description here.
TODO: Write your bot's usage here.
TODO: Write your bot's features here.
- Clone the repository.
- Run
bundle install
. - Get your bot's token from the Discord developer portal.
- Copy
.env.sample
to.env
and fill in the token. - Run
bundle exec discorb run
.
TODO: Write your own customizations here.
TODO: Write your bot's license here. See https://choosealicense.com/ for more information.