From 92ea4b1319cc533dc0d381ae026abfdcc99fe4c3 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 15 Sep 2024 01:02:09 +0100 Subject: [PATCH] feat: added some documentation on verifying on Discord --- _git.tar.gz | 4 ++-- src/tutorials/skynet/verify_discord.md | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 src/tutorials/skynet/verify_discord.md diff --git a/_git.tar.gz b/_git.tar.gz index 21d4b7c..9892fdc 100644 --- a/_git.tar.gz +++ b/_git.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ccdcbd37e91e19e57bf24c88be97f2ef5fcca928303ff37bc0765589ff7c810 -size 311941 +oid sha256:57b24e92a18153ebb202f61c2b1dddebbfb203c3dc558063af298618961c3744 +size 314819 diff --git a/src/tutorials/skynet/verify_discord.md b/src/tutorials/skynet/verify_discord.md new file mode 100644 index 0000000..9aed543 --- /dev/null +++ b/src/tutorials/skynet/verify_discord.md @@ -0,0 +1,26 @@ +# Verify Membership on Discord + +In order to get the ``Member`` role on [Discord][0] you have to link your Wolves account. +This is only done once and works for any server that the Skynet Bot is on. + +This process ensures that personal information does not get exposed. + +## Commands +### Linking +In any channel use ``/link_wolves`` and enter the email you use for Wolves. +This is the ``Peferred Contact Email`` on the [profile][1] page. + +An email will be sent to this address in order to prove that it is yours. +You may need to check the Spam folder. + +### Verify +Once you have gotten the email you will now submit the verification code. +It is in the form of ``/verify code: ABCDEFG`` and is tied to your account. +Enter this in Discord and you will be verified. + +## Troubleshooting + + + +[0]: https://discord.skynet.ie +[1]: https://ulwolves.ie/memberships/profile \ No newline at end of file