ServerFactory

Functions

Link copied to clipboard
fun createServer(name: String, description: String, owner: String, channels: List<Channel> = emptyList(), users: List<String> = listOf(owner), id: String = ServerId().value): Server