meteor add lichthagel:accounts-discord
This package works similar to other accounts packages. See the Meteor Guide for more details.
You may pass custom scopes with
Accounts.ui.config({
requestPermissions: {
discord: ['scope-1', 'scope-2']
}
});