Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
/ mrwhale Public archive

🐋Mr. Whale is a fun chatbot for Discord. [DEPRECATED]

License

Notifications You must be signed in to change notification settings

ttbowen/mrwhale

Repository files navigation

Mr. Whale Build Status

Mr. Whale is a fun general purpose Discord bot. Feel free to join the discord server for more information.

Pull requests are also welcome. If you find any issues please open a new issue here.

Join Mr. Whale

Features

  • Moderation and server management.
  • Server and global user levelling and ranking.
  • Fun commands such as conchshell, choose, meme, asciify and much more!
  • Ability to search wolfram, google, wiki and giphy.
  • Classic games including Hangman, minesweeper and rock. paper. scissors.
  • Download and play music from YouTube.

Installation

  • Install NodeJS v8.9.3 or newer.
  • Install Python 2.7.14
  • Install SQLite
  • Make sure you have a C++ compiler installed for node-gyp. For Windows you can run npm install -g windows-build-tools to install the Visual C++ build tools. or install them from here. Check npm for more information about node-gyp and how to setup.
  • Install ffmpeg
  • Run npm install to install dependencies.
  • Run npm run build to build source.
  • Run npm run start to start the bot.

Rename config.json.example to config.json and enter your api keys. Then rename db.json.example to db.json and change the urls as necessary.