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.examplefile tocreds.env - Add your Discord bot token ->
CHAT_SERVICE_TOKEN='<value>' - Run
make runfrom 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!