This is the open source repository for Stewbot, an advanced Discord bot with the intention of helping keep your server running smoothly while also providing entertainment. Stewbot is completely open source and free.
Want to run your own copy? Follow these steps:
- Have the latest LTS node installed
- Copy the contents of
./example.env.jsoncto a new file namedenv.jsonthis root directory - Remove the comments and fill in the keys
- Run
npm installto install dependencies - Run
node launchCommands.js - Start the bot with
node index.js