feat: add OAuth2 authentication (Google/GitHub/Discord)
This commit is contained in:
@ -22,15 +22,7 @@ exports.serviceGenerator = {
|
||||
type: 'list',
|
||||
name: 'tag',
|
||||
message: 'tag',
|
||||
choices: [
|
||||
'users',
|
||||
'guilds',
|
||||
'channels',
|
||||
'invitations',
|
||||
'messages',
|
||||
'members',
|
||||
'uploads'
|
||||
]
|
||||
choices: ['users', 'guilds', 'channels', 'messages', 'members', 'uploads']
|
||||
},
|
||||
{
|
||||
type: 'confirm',
|
||||
|
Reference in New Issue
Block a user