Skip to content

M4cs/clucoin-bot

Repository files navigation

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