Skip to content

gerritwellen/gerritBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d001e4 · Oct 14, 2021

History

55 Commits
Sep 12, 2021
Sep 12, 2021
Sep 12, 2021
Sep 7, 2021
Oct 14, 2021
Oct 14, 2021
Oct 14, 2021
Sep 11, 2021
Sep 12, 2021
Sep 12, 2021
Oct 14, 2021
Oct 14, 2021

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

About

Discord Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published