Skip to content

Auto-post advice on empty help threads #481

@Zabuzard

Description

@Zabuzard

Sometimes new users create a help thread and then dont post any details in it.

In such a situation, the bot should (after some waiting time, maybe 5 minutes) post a message where it pings the author and asks them to post some details, shortly explaining how the system works.

This could be setup as scheduled task, scheduled by ImplictAskListener.java and AskCommand.java (via a separate helper class). Where we could schedule this "explain-job" in 5 minutes after creating the threads. The job would then check the thread history to see if there are any messages already (other than from the bot) - and if not, it would post this message.

Also, we would have to setup a small database to memorize help thread channel ID <-> author ID in order to be able to know who to ping.

Metadata

Metadata

Labels

enhancementNew feature or requesthelp wantedpriority: normalvalidThis issue/PR is validated and ready to be picked. This auto adds items to TJ project board.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions