Skip to content

Trigger command: !verifyFS #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 21, 2017
Merged

Trigger command: !verifyFS #34

merged 4 commits into from
Sep 21, 2017

Conversation

carlosjunod
Copy link
Contributor

This feature allows the user to type !verifyFS Student email@fullsail.edu to request a Student role that will be automatically assigned if the email validation passes the requirements (be a properly formatted email, and be @fullsail.com or @fullsail.edu)

Step 1: Connect the bot with Discord

To connect your bot to Discord's server you have to provide your token in the max.config.js

....
env: {
        TOKEN: 'YourToKenGoesHere',
         ...
      }

then spin up the server using the command docker-compose up --build

Step 2: Create a Student Role

Also, it is necessary to create a new role called "Student" on Discord (follow this instructions)

Step 3: Assign Administrator Roles to the bot. (optional)

In the case that the Bot does not have admin roles assigned to it, you have to create an new role with admin capabilities (step 2). This is possible to do in the role section area in Discord. After that, this new role has to be applied to the Bot (instructions here)

Known issues:

DiscordAPIError: Missing Access:
    undefined

This error is solved by step 2 and 3.

@mykahT18
Copy link
Contributor

Hey @carlosjunod! Great documentation! I will suggest one thing is to mention that the person creating the roles needs to make sure they move the Admin role to the top of the list. Other than that everything is running good. The command works and lets me give my user a Student role.

@mykahT18 mykahT18 merged commit 37f3219 into dev Sep 21, 2017
@reactivepixel reactivepixel deleted the feature/FS-TriggerCommand branch October 27, 2017 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants