/Status-Command

A status command with charts for Discord Bots

Primary LanguageTypeScriptMIT LicenseMIT

Status Command

A status command with charts for Discord Bots created using Discord.js.

Status Command

Install

npm install

Usage

Replace the following to config.ts:

  • 'YOUR_TOKEN_HERE' with your Bot's Token
  • 'MONGODB_URI_HERE' with your MongoDB database URI
  • Your Guild's Info
DevGuilds: [
    {
        name: 'Vape Support', // Name of the Guild
        id: '952168682937798656', // ID of the Guild

    },
],

NOTE!

The chartjs-node-canvas does not yet support Node.js v18.x. You can go through the issue here.

Solution: Use Node.js v16.x.

License

Status-Command is available under the MIT License