Because social media links are stupid.
- Clone the repo
- Create a new feature/fix branch
- Run
script/bootstrap
- Fill out the
.env
file:DEV_GUILD = 1000000000000000000 # Your test Discord server's ID TOKEN = "BOT_TOKEN_STRING" # Your test bot's token
- Run
script/server
to start the bot - Go to the Discord developer portal and use the URL Generator with the
bot
scope and theSend Messages
andSend Messages in Threads
permissions to generate a URL for you to add the bot to your test server - Once you're ready to submit your changes, open a PR against the main branch