The CRK Eclair Discord Bot!
https://eclair.community/add-bot
- Topping Optimization
- Stat Math
- Gacha Simulator
- & More!
We welcome any and all contributions, whether that's code or issues, everything is valuable
If you have any questions, please don't hesitate to reach out on [Discord]
- Rename
.env.template
to.env
, fill in API token poetry install
poetry run python topping_bot/bot.py
OR./run
- In
config.yaml
, specifyimg-dump
to a channel id the bot has access to. It will use this channel to temporarily upload images (i.e. inventories) - Rename
guilds/guilds.yaml.template
toguilds/guilds.yaml
, specify values for your guild - Change
debug
value inconfig.yaml
to a valid guild specified inguilds.yaml
- Add
DEBUG_BOT=True
to.env
- Run with
poetry run python topping_bot/bot.py
Please see docs
for more info on how certain aspects of the bot works