Compare commits

...

2 commits

Author SHA1 Message Date
436295bd61
doc: added images to suer signup
All checks were successful
On_Push / lint_fmt (push) Successful in 1m11s
On_Push / lint_clippy (push) Successful in 3m23s
On_Push / build (push) Successful in 7m31s
On_Push / deploy (push) Successful in 12s
2024-11-18 16:14:16 +00:00
94292fa388
fix: style was causing issues 2024-11-18 16:09:43 +00:00
5 changed files with 6 additions and 3 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View file

@ -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) "," }