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

Role management #294

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Role management #294

wants to merge 2 commits into from

Commits on Mar 6, 2024

  1. Role management

    This adds a `role-management` to Valkyrie which allows you to call the function on another script to add/remove roles based on the following criteria:
    
    - guildID (Discord server ID)
    - memberID (Discord user ID)
    - roleID (Discord role ID)
    - action (add or remove)
    zuuring committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    68e1a27 View commit details
    Browse the repository at this point in the history
  2. Lint fix

    Prettier fix
    zuuring committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4efa1af View commit details
    Browse the repository at this point in the history