-
Notifications
You must be signed in to change notification settings - Fork 18
Installation
Tim K edited this page Feb 26, 2017
·
3 revisions
Make sure you have Node.js and npm installed. If you experience any issues during installation try upgrading your Node.js to v6+. This bot uses node-canvas to generate GIFs, so make sure you install the prerequisites mentioned in its installation section.
Once you get the above done, you can initialise an npm project in a directory of your choice and add Discord Spoiler bot as a dependency:
$ npm init
$ npm install discord-spoiler-bot --save
You're done with installation! Move on to Usage section.