fixing tiny typo
Go to file
FLGX b0bf44b423 fixed untracked files 2020-01-25 12:09:38 +01:00
media/sounds First commit, woop 2020-01-25 21:02:43 +11:00
src FUCKING WORK MY GIOD 2020-01-25 21:45:12 +11:00
.gitignore First commit, woop 2020-01-25 21:02:43 +11:00
LICENSE.md First commit, woop 2020-01-25 21:02:43 +11:00
README.md First commit, woop 2020-01-25 21:02:43 +11:00
package-lock.json First commit, woop 2020-01-25 21:02:43 +11:00
package.json First commit, woop 2020-01-25 21:02:43 +11:00
update.json First commit, woop 2020-01-25 21:02:43 +11:00
woomy.js First commit, woop 2020-01-25 21:02:43 +11:00

README.md

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 v8.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.