Skip to content

apache-hb/Robo-Claymore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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