feat: add badges

This commit is contained in:
2026-02-04 17:59:26 -08:00
parent e20be5f4e8
commit 054a55ff9c
17 changed files with 451 additions and 4 deletions
+1 -1
View File
@@ -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 || "",