idk what im doing

This commit is contained in:
cirroskais 2024-03-18 23:07:41 -04:00
parent 6fda1392a2
commit 95af5f434d
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D

View file

@ -27,6 +27,8 @@ export async function authorize(config: Configuration) {
const { access_token, identity } = await response.json();
const auth = await discordSdk.commands.authenticate({ access_token });
console.log(identity);
user.set(auth.user);
identityStore.set(identity);