generated from nhcarrigan/template
feat: add badges
This commit is contained in:
@@ -65,7 +65,7 @@ const authPlugin: FastifyPluginAsync = async (app) => {
|
||||
// Register Discord OAuth2
|
||||
app.register(fastifyOauth2, {
|
||||
name: "oauth2Discord",
|
||||
scope: ["identify", "email"],
|
||||
scope: ["identify", "email", "guilds", "guilds.members.read"],
|
||||
credentials: {
|
||||
client: {
|
||||
id: process.env.DISCORD_CLIENT_ID || "",
|
||||
|
||||
Reference in New Issue
Block a user