Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 358 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 358 Bytes

CluCoin Discord Price Bot

Features

  • Displays Current Clu Price
  • Displays 24hr gain/loss
  • Updates role/nick every minute or on -price command

Config

Add a file called config.yaml

token: BOT TOKEN

Running

#  Without Docker
pip install -r requirements.txt
python -m src

# With Docker
docker compose up --build