-
Notifications
You must be signed in to change notification settings - Fork 3
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
Have the user's username next to the userID in the query #95 #103
Conversation
Update Staging after Dependabot Updates
Bring staging up to main
…-the-userid-in-the-query added usernameinFileOnly option
…o-the-userid-in-the-query removed camelcase on option name because discord hates it
…o-the-userid-in-the-query replaced camel cased names
…o-the-userid-in-the-query moved the interactionrespond and fixed output formatting
Names used to be part of this, but Discord does ratelimiting with exponential backoff for resolving usernames via the api meaning that this query will take forever, for anything larger than like 10/20 people iirc |
This option is mostly going to be used by Treasurer. He's not going to use it too often. I talked to the Treasurer about the query taking forever. He said he just needs it for receipts for competitions and meetings and I guess he doesn't mind waiting for it? |
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.
LGTM
I might have not been clear before when I said |
Okay, not updating the main OBIII until I add some what of a delay for each call |
Treasurer requested for an option of a csv file of usernames
closes #95
#95