GuildEntitiesBuilder

Creates entities which are guild specific.

Inheritors

Functions

Link copied to clipboard
abstract fun createChannel(name: String): ChannelBuilder

Creates a new channel. This is used when creating a new guild as you don't need to specify a guild id.

abstract fun createChannel(name: String, guildId: String): ChannelBuilder

Creates a new channel for a specific guild.

Link copied to clipboard
abstract fun createRole(name: String): RoleBuilder

Creates a new role. This is used when creating a new guild as you don't need to specify a guild id.

abstract fun createRole(name: String, guildId: String): RoleBuilder

Creates a new role for a specific guild.