ricardovogel / wooloo-discord-bot

A Discord bot to send you a random (not-nsfw) picture of Wooloo from /r/wooloo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wooloo Discord Bot

A Discord bot to send you a random (not-nsfw) picture of Wooloo from /r/wooloo

Getting Started

To test Wooloo Bot out, join this server Setting up Wooloo Bot for your own server: 0. Prerequisites: git, node.js and npm

  1. Set up an application and bot on the Discord developers page
  2. Clone this repo using git clone https://github.com/ricardovogel/wooloo-discord-bot.git
  3. Install the dependencies using npm i
  4. Set up a config.json file. It should look like this:
{
    "prefix": "//",
    "token": "TOKEN_HERE"
}
  1. Start the bot using npm start
  2. Invite your bot to your server using https://discordapp.com/oauth2/authorize?client_id=CLIENT_ID&scope=bot
  3. Enjoy Wooloo Bot

Built with

Contributing

Feel free to open a pull request to make the bot better!

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Special thanks

Eternal gratitude to our good friend Wooloo

About

A Discord bot to send you a random (not-nsfw) picture of Wooloo from /r/wooloo

License:MIT License


Languages

Language:JavaScript 93.9%Language:Dockerfile 6.1%