Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhavya-dang/mercbot
https://github.com/bhavya-dang/mercbot
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhavya-dang/mercbot
- Owner: bhavya-dang
- Created: 2018-04-12T09:07:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T15:50:39.000Z (about 7 years ago)
- Last Synced: 2024-03-15T21:29:40.963Z (9 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Merc Bot
[![Build Status](https://travis-ci.org/unmonk/MercBot.svg?branch=master)](https://travis-ci.org/unmonk/MercBot)
### Commands
- **stats:** Displays server / bot statistics
- **Ping:** Check if bot is online
- **Help:** Displays information about commands
- **Staff:** Displays server commanders
- **Scammer:** Checks SteamRep.com for reputation (!scammer )
- **Steam:** Displays Steam information (!steam )
- **Steamid:** Get steamid from a search (!steamid )
- **Rocket:** Gets Rocket League Stats from steamid (!rocket )
- **Rocketbanner:** Gets RocketLeagueStats.com banner from steamid (!rocketbanner )
- **Lol:** Displays a lulzs text
- **Ryan** Displays Ryan
---
### Admin Commands
- **Kick**
- **Ban**
- **Purge**
- **Lockdown**
- **Mute**
- **Warn**
- **Unban**
### Development GuideObtain credentials from myself in order to run this bot locally.
Or create your own settings.json with the following values:- ownerid
- adminrolename
- modrolename
- STEAMAPIKEY
- ROCKETAPIKEYTo start the application:
```sh
$ yarn install
$ node app.js
```Before any commits, please run
```npm test```. This will be ran as part of the production deployment pipeline