Skip to content

OnionTails/the-beautiful-bot

 
 

Repository files navigation

CodeFactor Grade GitHub issues GitHub code size in bytes Travis (.com)

Um, what is this

This is a bot that I developed because why not :)

  1. To get this bot running on your machine first you will have to have Node.js
  2. (Windows only) For the module "canvas", that is heavily used in this project, to work you will have to install several dependencies [Installation]. An easier way to install all the dependencies on your devices is to use Chocolatey which is also explained at the bottom of the installation guide
  3. Run git clone https://github.com/mooradal/The-Beautiful-Bot.git on your command line in the directory you want the files to be cloned to or download the files from Github
  4. Run npm install to install the modules required
  5. create a file called ".env" and fill it with the following information:
discordAPI = [Your Bots Discord Token]
osuAPI = [your osu! api key]
dbURI = [your MongoDB Database's URI]
prefix = [prefix] (Only if you want to have a different prefix)

Alternatively these values can be passed as environment variables

Note that the bot was not developed to be user friendly. A better setup process will be implemented in the future.

  1. You are good to go. You can run node index.js to run the bot.

If you find any bugs please contact me (or open an issue on github)

About

An osu! bot for Discord

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.7%
  • JavaScript 0.3%