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 info commands #52

Open
dawnofmidnight opened this issue Sep 17, 2024 · 1 comment
Open

Add info commands #52

dawnofmidnight opened this issue Sep 17, 2024 · 1 comment

Comments

@dawnofmidnight
Copy link

dawnofmidnight commented Sep 17, 2024

(part of the Carl ⇒ Ferris migration)

Implement ?server and ?user [id] commands which provide preliminary public information on the server or a user. For the server, this might include creation date; boost count; member status (i.e. number of total and online members); number of text/voice channels and categories; and number of mods/bots. For users, this might include creation/join dates and roles.

Open questions:

  • Should we limit ?user [id] to oneself for non-mods?
@troiganto
Copy link

troiganto commented Sep 30, 2024

The important bits for user info would be: user ID number, user handle, user display name, roles, creation date, join date.

We get most of these info over the moderation view these days, but the info post still serves as a useful log for when we want to look back at an incident and what things looked like in that moment in time.

EDIT: Restricting the user info to moderators doesn't really seem necessary, since all of that info is in the user profile as well.

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

2 participants