rHomelab/LabBot-Cogs

[FEAT] Role information cog

Closed this issue · 0 comments

Overview

A role information cog. I had this idea whilst experiencing the pain of trying to match IDs to roles.

Commands

[p]roleinfo <id>
[p]roleinfo <string>

DoD

  • Ability to find role by ID, as per the first command. This should resolve the role's ID to role's name. Output must include, at a minimum, the role's name.

Stretch

  • Ability to find role by name as per the second command. This should resolve the role's name to role's ID. Output must include, at a minimum, the role's ID.
  • Include more information, such as:
    • Creation date.
    • Colour.
    • Number of members.
    • Hoist (bool).
    • Mentionable.
    • Position.