Skip to content

JackBailey/StatusBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status Discord Bot

A simple yet easily configurable and effective discord.js bot that can be used to keep track of the status of many applications using slash commands.

Made for Script-Ware - it's my second program in discord.js so it's probably not optimal.

.env

TOKEN=DISCORD-TOKEN

Installation

npm install

Setup

Config

Fill in all the empty strings in config.json with your own information. adminRoles is an array of strings of admin roles (that can perform set/reset)

Command Initialisation

node registerCommands.js

Running

node index.js

Limitations

There is a slight chance the data.json will be corrupted if two people use get/set at the same time but this is very unlikely - could be solved with a data-lock.json file but this is not (yet) implemented.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published