Skip to content
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

Add /identify command #8

Open
alfetopito opened this issue Feb 13, 2023 · 0 comments
Open

Add /identify command #8

alfetopito opened this issue Feb 13, 2023 · 0 comments

Comments

@alfetopito
Copy link
Collaborator

Summary

  • Add a bot command that takes as input a user id: /identify <user id>
  • The result should be the full user details, if user is found on server
  • It should be usable only by a given role. Let's call it moderators

Return would be something like:

   user: User {
     id: '0000000000',
     bot: false,
     system: false,
     flags: [UserFlags],
     username: 'namename',
     discriminator: '0000',
     avatar: '6b1020bf1b75d18c7eb0fc26a5788117',
     banner: undefined,
     accentColor: undefined
   }

Note

This is intended to be used in conjunction with a /nukebyavatar <avatar string> command or something similar.
Still not closed on the command name or the interface.
What matters is that the data returned here will be used by the input of another command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant