Browse Source

Add new method of role ID copy

Signed-off-by: Still Hsu <5843208+Still34@users.noreply.github.com>
tags/2.3.0
Still Hsu Still Hsu 5 years ago
parent
commit
857ef77b41
No known key found for this signature in database GPG Key ID: 206F30E2490F42C0
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      docs/faq/basics/getting-started.md

+ 5
- 2
docs/faq/basics/getting-started.md View File

@@ -74,6 +74,9 @@ it will return the user ID of the aforementioned user.

Several common ways to do this:

1. Make the role mentionable and mention the role, and escape it
1. (Easiest) Right click on the role either in the Server Settings
or in the user's role list.
![Roles](images/role-copy.png)
2. Make the role mentionable and mention the role, and escape it
using the `\` character in front.
2. Inspect the roles collection within the guild via your debugger.
3. Inspect the roles collection within the guild via your debugger.

Loading…
Cancel
Save