feat: Added get user by id, closes #18
All checks were successful
Build and Deploy / Deploy Web (push) Successful in 1m2s
Build and Deploy / Deploy Discord Bot (push) Successful in 44s

This commit is contained in:
2023-06-05 10:17:35 +02:00
parent b17771755d
commit 12e92b8106
4 changed files with 64 additions and 4 deletions

View File

@@ -19,5 +19,6 @@ declare global {
moderator: boolean,
},
teamId: string,
accessToken?: string
}
}