Simple chatbot implementing IdleRPG, a self-playing game which rewards users for
inactivity. This is the main bot code, which connects idlerpg
with
the doorman
chatbot framework.
Copy config.json.sample
to config.json
and change to suit your needs.
Configuration values include services
, which can be configured to support any
Doorman service — as of this writing, this includes slack
, matrix
, and
discord
.
interval
specifies the "tick" interval in milliseconds (default: 60 seconds)luck
specifies the base encounter chance between 0 and 1 (default: 0.05)
If you need help, please open an issue.