fixing tiny typo
Find a file
Terryiscool160 e2403b6cbe
Fixes.
Put CatFact and DogFact into the "Fun" category while also adding a discord disconnect and reconnect logger.
2020-03-10 00:12:00 +00:00
resources Updated to 1.1.0 2020-03-09 12:11:33 +11:00
src Fixes. 2020-03-10 00:12:00 +00:00
.gitignore Updated to 1.1.0 2020-03-09 12:11:33 +11:00
configTemplate.js config template 2020-01-25 12:10:56 +01:00
index.js Update index.js - modified code a bit 2020-03-09 22:58:41 +00:00
LICENSE.md Updated to 1.1.0 2020-03-09 12:11:33 +11:00
package.json Updated to 1.1.0 2020-03-09 12:11:33 +11:00
README.md Updated to 1.1.0 2020-03-09 12:11:33 +11:00
version.json Updated to 1.1.0 2020-03-09 12:11:33 +11:00

Woomy

Woomy is a all-purpose discord bot built off the guidebot base and coded in node.js using discord.js.

How to use

The easiest way to use Woomy is to invite it to your server with this link. It is hosted 24/7 and automatically updates itself when a new release is made available, making sure you always get the newest features.

Self hosting is generally not recommended, but instructions are provided below if you still wish to do so. Woomy's code will need to be modified before it will run on your machine.

Requirements

  • git
  • node.js v12.0.0 or higher
  • node-gyp build tools
  • ffmpeg

Installation

  • Clone Woomy to your machine
  • Run npm i in Woomy's directory
  • Open config.js in your code editor and insert all the required information

Contributing

If you wish to contribute to Woomy, please fork the repository and open a pull request.