Compare commits
2 commits
2daa010d25
...
436295bd61
Author | SHA1 | Date | |
---|---|---|---|
436295bd61 | |||
94292fa388 |
5 changed files with 6 additions and 3 deletions
|
@ -79,11 +79,14 @@ This is to link your Discord account with your UL Wolves account.
|
|||
**You will only need to do this once**.
|
||||
|
||||
### Setup
|
||||
1. in a server with the Skynet Bot enter ``/link_wolves WOLVES_EMAIL``
|
||||
1. In a Discord server with the Skynet Bot enter ``/link_wolves WOLVES_EMAIL``
|
||||
![link start](media/setup_user_01.png)
|
||||
* Your ``WOLVES_EMAIL`` is the email in the Contact Email here: <https://ulwolves.ie/memberships/profile>
|
||||
* This is most likely your student mail
|
||||
2. An email will be sent to you with a verification code.
|
||||
3. Verify the code using ``/verify CODE``
|
||||
![signup email](media/setup_user_02.png)
|
||||
3. Verify the code using ``/verify CODE`` in Discord
|
||||
![verify in discord](media/setup_user_03.png)
|
||||
4. Once complete your Wolves and Discord accounts will be linked.
|
||||
|
||||
You will get member roles on any Discord that is using the bot that you are a member of.
|
||||
|
|
BIN
media/setup_user_01.png
Normal file
BIN
media/setup_user_01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
BIN
media/setup_user_02.png
Normal file
BIN
media/setup_user_02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
BIN
media/setup_user_03.png
Normal file
BIN
media/setup_user_03.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
|
@ -133,7 +133,7 @@ pub mod link {
|
|||
"h2, h4 { font-family: Arial, Helvetica, sans-serif; }"
|
||||
}
|
||||
}
|
||||
div style="display: flex; flex-direction: column; align-items: center;" {
|
||||
div {
|
||||
h2 { "Hello from Skynet!" }
|
||||
// Substitute in the name of our recipient.
|
||||
p { "Hi " (user) "," }
|
||||
|
|
Loading…
Reference in a new issue