Skip to content

amitkumarhq/Status-Command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A status command with charts for Discord Bots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published