For users who are using OAuth for the first time, the process of adding multiple scopes isn't intuitive. For example, someone will probably try scope: ['email', 'identify']. This small update to the README explains what's going on and makes it clear how to use multiple scopes.
Also changed the example ENV variables to match the Discord API (:client_id, :client_secret)
For users who are using OAuth for the first time, the process of adding multiple scopes isn't intuitive. For example, someone will probably try
scope: ['email', 'identify']
. This small update to the README explains what's going on and makes it clear how to use multiple scopes.Also changed the example
ENV
variables to match the Discord API (:client_id
,:client_secret
)