-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat/remove tagged users #218
feat/remove tagged users #218
Conversation
} from "./batchDiscordRequests"; | ||
|
||
export async function removeUsers(env: env, usersWithMatchingRole: string[]) { | ||
const batchSize = 4; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think is should be in constants.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is in constant
This command removes the users who have specific roles right? |
Yes this command removes the users with specific roles @sahsisunny |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😢
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
Test Coverage
Additional Notes