Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 885 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 885 Bytes

Codacy Badge Discord Server

Robo Claymore

beep boop

Setup

  • install python3.7, gradle, java, node and screen
  • install requirements.txt in source/bot (pip install -r requirements.txt)
  • install packages.json in source/web (npm install)
touch source/config/config.ini

add fields

[discord]
token=discord token
owner=owner id
activity=default activity
prefix=default prefix
secret=oauth secret
id=bot id

[mongo]
name=db name

Running

run startup.sh

Closing down

run shutdown.sh