Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun banAdd(guildId: Snowflake, user: User): UserWithGuild?
Link copied to clipboard
abstract suspend fun banRemove(guildId: Snowflake, user: User): UserWithGuild?
Link copied to clipboard
abstract suspend fun memberAdd(guildId: Snowflake, member: GuildMember): GuildMemberWithGuild?
Link copied to clipboard
abstract suspend fun memberRemove(guildId: Snowflake, userId: Snowflake): GuildMemberWithGuild?
Link copied to clipboard
abstract suspend fun roleAdd(guildId: Snowflake, role: Role): RoleWithGuild?
Link copied to clipboard
abstract suspend fun roleDelete(guildId: Snowflake, roleId: Snowflake): RoleWithGuild?
Link copied to clipboard
abstract suspend fun roleUpdate(guildId: Snowflake, role: Role): RoleWithGuild?