Real-Dev-Squad / discord-slash-commands

MIT License
5 stars 50 forks source link

mention-each list #188

Closed vvaibhavdesai closed 1 month ago

vvaibhavdesai commented 8 months ago

Issue Description

Currently if you run mention-each it ends up tagging all the users in the same message.

Expected Behavior

Current Behavior

Currently if you run mention-each it ends up tagging all the users in the same message.

Screenshots

With current implementation image

Reproducibility

Steps to Reproduce

  1. enter /mention-each on discord fill all the required details
  2. observe the behaviour

Severity/Priority

Additional Information

Cloudflare workers have very little CPU execution time which leads to your code sometimes not being able to complete the execution for large volumes of data.

Checklist