waspothegreat / simple-discord-bot

A small but modular bot for Discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Discord Bot

Just a simple bot with some random functions

Setup

Create a .env file and set the following values:

DISCORD_TOKEN=
PREFIX=
REPO_BASE_URL=https://github.com/Hoi15A/simple-discord-bot
EMBED_COLOUR=<hex colour code>
BOT_OWNERS=<user Id's>
BOT_ADMIN_ROLES=<role Id's>

If you enter multiple values, separate them with ;

Running the bot

Simple

Just run npm install and start with npm start

Using docker

Requirements:

  • Docker
  • Docker-compose

Then simply run npm run docker-build to create the image (can be used to recreate after updates)

npm run docker-down to stop the bot
npm run docker-up to start it again

About

A small but modular bot for Discord

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 99.1%Language:Dockerfile 0.9%