Discord bot written in discord.js that allows you to collect custom server emojis and battle (soon) with them, complete with collectible card generation
First, clone the repo or download it.
git clone https://github.com/Snorfield/Dispet.gitNext install dependencies, requires Node.js to run.
Note: This bot uses the canvas module, which doesn't always work out of the box on certain systems. You can view the npm page for more information on how to install the additional dependencies if canvas isn't working for you.
npm iFill out config.example.json with your credentials and rename it to config.json.
Register the bot commands
node register.jsInitiate the database with therequired tables.
node setup.jsStart the bot
node index.jsCongratulations, the bot is now (hopefully) online.