createGuild

inline suspend fun createGuild(name: String, builder: GuildCreateBuilder.() -> Unit): Guild(source)

Requests to create a new Guild configured through the builder.

Return

The newly created Guild.

Throws

if anything went wrong during the request.