/monkey

Discord bot for bringing data from MountainProject.com into the chat.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Monkey

logo

A discord bot that brings data from mountainproject.com into the chat. Add it to your server!

Running local

To get this bot running locally, create a .env file in the root directory with these contents:

prod:<YOUR DISCORD KEY>
dev:<YOUR DISCORD KEY>
mountainproject=<YOUR MOUNTAINPROJECT KEY>

The npm start command will run using the dev key, and npm run start-prod will use the prod key.

Refer to discordapp.com/developers to create your application and get your discord key.

Refer to https://www.mountainproject.com/data to get your mountain project key.