/Osu-Medals-Discord-Bot

Discord bot which will help you get 100% medals in osu!

Primary LanguageJavaScriptMIT LicenseMIT

Osu medals discord bot

Code quality

Commands

  • m?help - Bot help
  • m?medals - Show all medals
  • m?medal (medal name) - Show hint how to get medal
  • m?author - Bot author

Installation

Project requires Node.js and Mongo DB to run.

  1. Install the dependencies and start bot.
$ npm install
  1. Create .env file in main folder
TOKEN= (place here your discord bot token)
PREFIX=m?
DB_KEY= (place here your mongodb key)
  1. Start bot
$ npm start

Create Database

$ npm run cretedatabase

Tech

  • Node JS
  • Discord.JS
  • Mongo DB