Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nibalizer/rcondiscordbot
Discord Bot for CSGO RCON
https://github.com/nibalizer/rcondiscordbot
Last synced: about 1 month ago
JSON representation
Discord Bot for CSGO RCON
- Host: GitHub
- URL: https://github.com/nibalizer/rcondiscordbot
- Owner: nibalizer
- License: gpl-3.0
- Created: 2020-05-17T21:49:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T12:10:33.000Z (almost 3 years ago)
- Last Synced: 2024-10-26T20:11:15.211Z (about 2 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Bot for CS:GO
This bot connects to your `rcon` on a private server and controls it from Discord.
## Part of the Rcon Family of tools
-
-
-## Commands
```
> %status - get server status
> %workshop - switch to specified workshop map
> %changelevel - switch to specified map
> %rcon - raw command interface
> %surf - run commands to turn on surfing. Speed defaults to 800
```## Quick Start
- Create and source config file
```
cp example.env.sh env.sh
vim env.sh
. env.sh
```- Install dependencies
```
npm install
```- Run
```
npm start
```