You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rename DISCORD_CLIENT_ID and DISCORD_CLIENT_SECRET to DISCORD_OAUTH_CLIENT_ID and DISCORD_OAUTH_CLIENT_SECRET
add new env variables DISCORD_BOT_CLIENT_ID and DISCORD_BOT_CLIENT_SECRET
add new endpoint /clans/[oid]/managers that returns the following schema: [{id:string, username: string, avatar: string}]
There is no API endpoint for automatically filtering by role so we'll need to fetch all members and manually filter by role. This endpoint should be implemented in the "combined" mode (e.g. only on class for PC and Console (see search)).
The text was updated successfully, but these errors were encountered:
[{id:string, username: string, avatar: string}]
There is no API endpoint for automatically filtering by role so we'll need to fetch all members and manually filter by role. This endpoint should be implemented in the "combined" mode (e.g. only on class for PC and Console (see search)).
The text was updated successfully, but these errors were encountered: