Discord Turbo Quickstart
This doc is an extremely simplified guide to start your bot and connect it to Discord when testing locally
Shortest possible docs for the process:
- Clone this repo
- Rename the
creds.env.example
file tocreds.env
- Add your Discord bot token ->
CHAT_SERVICE_TOKEN='<value>'
- Run
make run
from the terminal - Invite your bot to your Discord server
- 🚀
What's next?
To learn more about developing your bot, adding custom plugins, and more, check out the more in-depth development guide!