A Simple Lightweight Image-manipulative Discord Bot using the Discord.JS Library.
Use the git command to clone this github repo...
git clone https://github.com/Canadixn/CanvaBotOpen up a command prompt (windows) or a terminal (linux, mac, est) and use the command cd to go to your directory where the index.js file is located.
Install the required node modules in order to run the bot functionally...
(Reminder you must have NodeJS installed to do this).
"canvacord": "^5.0.7",
"common-tags": "^1.8.0",
"discord.js": "^12.4.1",
"figlet": "^1.5.0",
"jimp": "^0.16.1",
"mathjs": "^3.8.1",
"node-fetch": "^2.6.1",
"random-number": "0.0.9",
"random-puppy": "^1.1.0",
"request": "^2.88.2",
"urban": "^0.3.2"
You'll need to enter your Bot's Token in the first string of the raw JSON format.
{
"token": "Hey! Your bot token goes here :D",
"prefix": ""
}You'll then need to enter your Bot's prefix on the other string of the raw JSON format.
{
"token": "Hey! Your bot token goes here :D",
"prefix": "Hey! Your bot prefix goes here :D"
}If the bot successfully setup then trying to do (your prefix)ping and see if you get a response similar to this:
And that concludes the setup! If you have any issues please join our support server or issue this repo. The bot creator, Canadixn will eventually see your issue and try to resolve it for you... :)

