/SalaBot

Salachat's bot

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

SalaBot

yes.

Running the bot without docker

  1. Install latest Node.JS and Yarn if you haven't installed them already
  2. Clone the repo git clone https://github.com/salachat/salabot.git and install the bot's dependencies yarn
  3. Create an application at Discord Developer Portal
  4. Create a bot for the application
  5. Copy the bot's token and enable all intents (You know, because it's a private bot.)
  6. Copy the src/config.example.js to src/config.js
  7. Edit the config for your needs
  8. Start the bot yarn start

Running the bot with docker

This shall be done in future (Figure it out by yourself for now.)

Code from other projects

  • ChickenBot licensed under MIT by Chicken
    • formatDuration function in src/util.js
    • paginatedEmbed function in src/util.js
    • stats command src/commands/System/stats.js
    • server command src/commands/Misc/server.js