You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a cronjob where the bot send a message to the community admin letting him know that the community doesn't have solvers.
We need to increment in database the number of this messages sent to the admin, if the admin don't add at least one solver in n times, the community will be disabled.
The text was updated successfully, but these errors were encountered:
- Schedule a daily job at midnight to check for solvers using `node-schedule`.
- Implement `checkSolvers(bot)` to send a message to the community admin if no solvers are found.
- Increment the count of messages sent to the admin in the database.
- Add logic to disable the community if no solvers are added after a specified number of notifications.
Fixeslnp2pBot#314
Create a cronjob where the bot send a message to the community admin letting him know that the community doesn't have solvers.
We need to increment in database the number of this messages sent to the admin, if the admin don't add at least one solver in
n
times, the community will be disabled.The text was updated successfully, but these errors were encountered: