mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
add(constants): GUILD_MEMBERS_SEARCH
This commit is contained in:
@@ -106,6 +106,8 @@ export const endpoints = {
|
|||||||
GUILD_MEMBERS: (guildId: string) => `${GUILDS_BASE(guildId)}/members`,
|
GUILD_MEMBERS: (guildId: string) => `${GUILDS_BASE(guildId)}/members`,
|
||||||
GUILD_MEMBER_ROLE: (guildId: string, memberId: string, roleId: string) =>
|
GUILD_MEMBER_ROLE: (guildId: string, memberId: string, roleId: string) =>
|
||||||
`${GUILDS_BASE(guildId)}/members/${memberId}/roles/${roleId}`,
|
`${GUILDS_BASE(guildId)}/members/${memberId}/roles/${roleId}`,
|
||||||
|
GUILD_MEMBERS_SEARCH: (guildId: string) =>
|
||||||
|
`${GUILDS_BASE(guildId)}/members/search`,
|
||||||
GUILD_PRUNE: (guildId: string) => `${GUILDS_BASE(guildId)}/prune`,
|
GUILD_PRUNE: (guildId: string) => `${GUILDS_BASE(guildId)}/prune`,
|
||||||
GUILD_REGIONS: (guildId: string) => `${GUILDS_BASE(guildId)}/regions`,
|
GUILD_REGIONS: (guildId: string) => `${GUILDS_BASE(guildId)}/regions`,
|
||||||
GUILD_ROLE: (guildId: string, roleId: string) =>
|
GUILD_ROLE: (guildId: string, roleId: string) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user