Compare commits

..

No commits in common. "436295bd612014b49ec64565a8baea49469b9ac3" and "2daa010d258f4ac47e2db99bcf3957a9a164af65" have entirely different histories.

5 changed files with 3 additions and 6 deletions

View file

@ -79,14 +79,11 @@ This is to link your Discord account with your UL Wolves account.
**You will only need to do this once**. **You will only need to do this once**.
### Setup ### Setup
1. In a Discord server with the Skynet Bot enter ``/link_wolves WOLVES_EMAIL`` 1. in a 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> * Your ``WOLVES_EMAIL`` is the email in the Contact Email here: <https://ulwolves.ie/memberships/profile>
* This is most likely your student mail * This is most likely your student mail
2. An email will be sent to you with a verification code. 2. An email will be sent to you with a verification code.
![signup email](media/setup_user_02.png) 3. Verify the code using ``/verify CODE``
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. 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. You will get member roles on any Discord that is using the bot that you are a member of.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

View file

@ -133,7 +133,7 @@ pub mod link {
"h2, h4 { font-family: Arial, Helvetica, sans-serif; }" "h2, h4 { font-family: Arial, Helvetica, sans-serif; }"
} }
} }
div { div style="display: flex; flex-direction: column; align-items: center;" {
h2 { "Hello from Skynet!" } h2 { "Hello from Skynet!" }
// Substitute in the name of our recipient. // Substitute in the name of our recipient.
p { "Hi " (user) "," } p { "Hi " (user) "," }