Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```