feat(RemoteAuth): v2

- Change event name: `success` -> `finish`
- Event `closed` return `token`

Co-Authored-By: Nguyễn Hồng Đức <hongducyb123@gmail.com>
This commit is contained in:
March 7th
2022-08-18 20:04:00 +07:00
parent b870b51c11
commit 9ce15990c1
5 changed files with 354 additions and 246 deletions

View File

@@ -205,7 +205,6 @@ class Options extends null {
invite: 'https://discord.gg',
template: 'https://discord.new',
scheduledEvent: 'https://discord.com/events',
remoteAuth: 'wss://remote-auth-gateway.discord.gg/?v=1',
},
};
}