Real-Dev-Squad / discord-slash-commands

MIT License
5 stars 50 forks source link

Filter in tracking-updates Channel Bot to Target Users with Task Red Currently on the Server #219

Closed sahsisunny closed 5 months ago

sahsisunny commented 5 months ago

Issue Description

The tracking-updates channel bot currently sends messages to all users with tasks marked as red, irrespective of whether they are currently on the server or not. We need to implement a filter to target only users with red tasks who are currently on the server.

Expected Behavior

The tracking-updates channel bot should filter data and send messages only to users with red tasks who are currently active on the server.

Current Behavior

The current behavior of the tracking-updates channel bot is to send messages to all users with red tasks, regardless of their server status.

Screenshots

N/A

Reproducibility

Steps to Reproduce

  1. Observe the behavior of the tracking-updates channel bot when sending messages to users with red tasks.
  2. Notice that it sends messages to users not currently on the server.

Severity/Priority

Additional Information

Implementing this filter will ensure that notifications are sent only to users with red tasks who are actively using the server, improving the relevance and efficiency of the notifications.

Checklist