Skip to content

Add Command feature: Act as typing until response is sent #26

Description

@weeco

It would be nice to have a feature for Command which allows you to set actAsTypingUntilResponseIsSent to true. If you have asynchronous responses to commands, it is handy to inform the user that the bot is processing the request by using message.channel.startTyping(). Once the response has been sent message.channel.stopTyping() has to be executed again.

Implementing that for all commands is a repetitive task and I think this could be a nice feature for this framework.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions