This is a bot that I developed because why not :)
- To get this bot running on your machine first you will have to have Node.js
- (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
- Run
git clone https://github.com/mooradal/The-Beautiful-Bot.giton your command line in the directory you want the files to be cloned to or download the files from Github - Run
npm installto install the modules required - 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.
- You are good to go. You can run
node index.jsto run the bot.
If you find any bugs please contact me (or open an issue on github)
