Skip to content

Discord.js bot that verify if your template has the same canvas colors!

License

Notifications You must be signed in to change notification settings

ZeedyDF/PixelCanvas-Color-Verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PixelCanvas-Color-Verifier

Discord.js bot that verify if your template has the same canvas colors!

Requirements

  • Node.js.
  • Discord Bot.

How to setup?

  • Open the "checkColors.js" file with a text editor.

  • Search for ("Your_Token_Here") then replace with your bot token

  • Open cmd in the folder.

  • Install some modules:

  • npm install discord.js

  • npm install jimp2

  • npm install express

4° - node checkColors.js Now your bot should works!

Command in discord:

check

How do I change the command and the prefix?

  • Open the "checkColor.js" and edit the let prefix = ">" to your your prefix; Ex: prefix = ".";
  • If you want to change the command just search Prefix + "check" then you change to yours; Ex: "checkColors", "colorsCheck", "rgbCheck";

TODO:

  • Config File;

About

Discord.js bot that verify if your template has the same canvas colors!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published