Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zamiell/among-us-bot


https://github.com/zamiell/among-us-bot

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# among-us-bot

A Discord bot that helps to keep track of the players in an ongoing game of Among Us as well as provide a waiting list.


## Installation

* `cd /root/`
* `git clone [email protected]:Zamiell/among-us-bot.git`
* `cd among-us-bot`
* `./build.sh`
* `cp .env_template .env`
* `vim .env`
* Enter in the information for the bot.
* `sqlite3 database.sqlite3 < ./install/database_schema.sql`

## Run as a Service

* `cp ./install/supervisor/among-us-bot.conf /etc/supervisor/conf.d/among-us-bot.conf`
* `supervisorctl reread`
* `supervisorctl add among-us-bot`
* `supervisorctl start among-us-bot`