Please add interaction system who are shown only for a specific user or role (Like buttons or dropdown)

Comments

1 comment

  • donovan_dmc

    If you want only one user to be able to use something, just send it in an ephemeral message

     

    Else, you could do something like what I do:

    - include the users id in the custom id of the component

    - check it when an interaction is received

    - reject if it doesn't match

    0

Please sign in to leave a comment.