Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The bot shouldn't say "User said:" when the same user sends multiple successive messages. #83

Open
moonstar-x opened this issue Sep 15, 2022 · 0 comments
Labels
Priority: Low This is low priority. Type: Feature Request This is a feature request.

Comments

@moonstar-x
Copy link
Owner

⚡ Describe the New Feature

Let's say user X sends two messages:

  • /say hello
  • /say world

The bot will say:

  • X said hello
  • X said world

Since both messages were sent in a row, the bot should instead say:

  • X said hello
  • world

Or,

  • X said hello
  • and also said world
@moonstar-x moonstar-x added Priority: Low This is low priority. Type: Feature Request This is a feature request. labels Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low This is low priority. Type: Feature Request This is a feature request.
Projects
None yet
Development

No branches or pull requests

1 participant