Real-Dev-Squad / discord-slash-commands

MIT License
5 stars 50 forks source link

feat/remove tagged users #218

Closed rishirishhh closed 5 months ago

rishirishhh commented 5 months ago

Date: 11 04 2024

Developer Name: Kavya Rishi


Issue Ticket Number

Removing users who satisfy certain conditions #229

Description

There are certain users whose tasks go red as they have not completed the task in time or there are certain users who are tagged group-idle-7d+ . These users need to be removed from the discord server as they do not comply to the rules. Currently this task is done manually which needs to be done via a discord command Users will be removed whenever they will match this condition

Documentation Updated?

Under Feature Flag

Database Changes

Breaking Changes

Development Tested?

Screenshots

![Screenshot from 2024-04-14 14-41-00](https://github.com/Real-Dev-Squad/discord-slash-commands/assets/148757583/360272e9-5e35-435f-bd2c-ba34a5e9dda9)

Test Coverage

![image](https://github.com/Real-Dev-Squad/discord-slash-commands/assets/148757583/6610edee-d438-4d15-8bbe-f1936d645646) ![Screenshot from 2024-04-14 14-41-00](https://github.com/Real-Dev-Squad/discord-slash-commands/assets/148757583/5ea9aa3f-b0dc-41ef-8048-c9ae390115de) ![Screenshot from 2024-04-11 12-27-11](https://github.com/Real-Dev-Squad/discord-slash-commands/assets/148757583/105346dd-4423-4b31-a4ef-970c6748df9c)

Additional Notes

sahsisunny commented 5 months ago

Description

There are certain users whose tasks go red as they have not completed the task in time or there are certain users who are tagged group-idle-7d+ . These users need to be removed from the discord server as they do not comply to the rules. Currently this task is done manually which needs to be done via a discord command Users will be removed whenever they will match this condition

This command removes the users who have specific roles right?

rishirishhh commented 5 months ago

Description

There are certain users whose tasks go red as they have not completed the task in time or there are certain users who are tagged group-idle-7d+ . These users need to be removed from the discord server as they do not comply to the rules. Currently this task is done manually which needs to be done via a discord command Users will be removed whenever they will match this condition

This command removes the users who have specific roles right?

Yes this command removes the users with specific roles @sahsisunny

rishirishhh commented 5 months ago

Screenshot from 2024-04-14 14-41-00 @ardourApeX this the updated result