Discord bot based off of guidebot that I work on in my spare time, soon to be replaced by v2 (she said a year ago)
Go to file
Emily 4241d54efd Merge pull request 'Fixing issue where woomy would endlessly type from an api error' (#2) from ItzRock/woomy:master into master
Reviewed-on: #2
2022-12-17 10:30:00 +00:00
resources Update 'resources/other/lyrics.json' 2021-11-25 19:36:15 +00:00
src Fixing issue where woomy would endlessly type from an api error 2022-02-19 22:18:39 +00:00
.gitignore Remove potentially NSFW content 2020-04-19 00:22:57 +01:00
LICENSE.md synced changes 2020-03-19 21:37:34 +11:00
README.md Update README.md 2020-11-09 01:39:36 +00:00
configTemplate.js minor changes to invidious endpoint format 2021-10-15 22:29:12 +11:00
index.js stupid ass bitch bot 2021-03-18 12:10:09 +11:00
package.json module updates 2021-09-17 12:38:15 +10:00
version.json 1.4.8 (music stuff) 2021-10-15 22:29:21 +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.

Notice

Woomy v1 (this repository) is currently only being maintained. Bugs and issues will be fixed if they come up, but no new features will be added. Pull requests that add new features to Woomy should instead be contributed to the version 2 codebase, found here.

When Woomy v2 is released, Woomy v1 will no longer be maintained.

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.

You can also self-host! Some modifications to the code will need to be made before Woomy will run on your machine, but anyone who can read errors will figure out what needs to be changed pretty quickly :P

Requirements

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

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. Any contribution is appreciated <3