ZPTXDev / Console

A fun and games bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console

A fun and games bot.

Prerequisites

Installation

Before running the bot, run npm ci to install dependencies.

After installation of dependencies, make a copy of config.example.json, naming it config.json.

Configuration

clientId - The ID or User ID of the application.

guildId - The ID of your development guild. (Optional, only required if global is set to false)

staffIds - The User ID(s) to be granted escalated privileges (by the manager property) and badges (by all other properties) (Recommended)

token - The token of your application.

global - Whether or not to register slash commands globally when running deploy-commands.

Usage

Use npm run deploy to deploy slash commands. This should only be run once, and uses the global setting.

Use node . or node main.js to start the bot.

Contributing

Pull requests are welcome.

Ensure all checks are passing before requesting a review.

License

GNU GPLv3

About

A fun and games bot.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%