Skip to content

gerritwellen/gerritBot

Repository files navigation

A Discord Bot buildt using Discord.js and node.js

To use this bot

Clone this Repository using git clone https://github.com/gerritwellen/gerritBot.git

Before running

Creating a bot

Let's run the bot

To run locally for development:

  • Install dependencies: npm install
  • Run npm run deploy to delopy the SlashCommands
  • Start using nodeon (automatioc restart) nodemon index.js

To run in production:

Run on metal:

  • Install dependencies: npm install --only=production
  • Run npm run delpoy to delopy the SlashCommands
  • Start: node index.js

Run using Docker:

  • Have Repo cloned and config.json filled out
  • Build the Container using docker build . -t <your username>/gerritbot
  • Run the Container using docker run -d --name gerritBot <your username>/gerritbot

Releases

No releases published

Packages

No packages published