WildBeast is made to function as a multi-function Discord bot framework, check out the wiki for more info!
First off, make sure you have Node.js installed, you can check by running this in your terminal:
node --version
This should return something like:
v5.10.1
Use Node.js 5.10.1 for the best experience! Anything higher will not work properly!
If you haven't cloned/downloaded the files already, do that now.
Then, open a command window in the folder you've copied the files to, (Windows users can do shift+right-click in any directory to quickly open a cmd window in that folder) and type:
npm install
This will install all the required modules for WildBeast, if you get any errors, you can safely ignore them, as long as you end with a view similar to:
[email protected]
+-- [email protected] (git://github.com/qeled/discordie.git#6fce7e8e552bd64663541ffaf374e07cc5b8fd2d)
| `-- [email protected]
| `-- [email protected]
| `-- [email protected]
`-- [email protected]
Now, you should make a config file, use config.example.json
as a base and edit it to your needs.
Once you're done, start WildBeast:
node DougBot.js
If you need to uprade databases from a former 2.x.x install, start WildBeast differently:
node DougBot.js --forceupgrade