Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Kalissaac/Mountainz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Mountainz

Status

GitHub last commit GitHub top language

JavaScript Style Guide Discord API

Installation:

  1. Clone repository to local directory
  2. Install dependencies (npm install)
  3. Copy this example and fill it in:
{
  "botToken": "Discord Bot OAuth2 Token (https://discordapp.com/developers/applications/me)",
  "nightPing": true,
  "firebaseConfig": {
    "apiKey": "Firebase API Key",
    "authDomain": "project.firebaseapp.com",
    "databaseURL": "https://project.firebaseio.com",
    "projectId": "project",
    "storageBucket": "project.appspot.com",
    "messagingSenderId": "Firebase Messaging Sender Id"
  },
  "errorWebhook": ["Discord Webhook Id", "Discord Webhook Token"]
} 
  1. Save file to a cloud service like myjson and supply link in src/mountainz.js
  2. Run the bot (npm start) [You can also run npm test which lints and then runs nodemon]

Dependencies:

Developer Dependencies:

Contributions:

If you would like to add to anything, feel free to submit a pull request! You can contact me if you'd like on Discord at Kalissaac#8199

License:

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.