Guild Rest APIMethods
    Functions
Link copied to clipboard
                  abstract fun kickMember(guildId: Long, userId: Long, reason: String? = null): CompletableDeferred<NoResult>
Kicks a member from the guild.
Link copied to clipboard
                  abstract fun requestedAuditLog(guildId: Long, userId: GetterSnowFlake? = null, limit: Int = 50, before: GetterSnowFlake? = null, actionType: AuditLogType? = null): CompletableDeferred<AuditLog>
Request the audit log for the guild.
Link copied to clipboard
                  Requests the ban list for the guild.
Link copied to clipboard
                  Request to get a guild by its id.
Link copied to clipboard
                  Request to get all the guilds the bot is in.
Link copied to clipboard
                  Request to get all the members within the guild.
Request to get the amount of members specified by the limit.