mirror of
https://github.com/HMCore/Orbot.git
synced 2025-12-13 06:16:17 +00:00
Add self-configuration feature
This commit is contained in:
@@ -6,8 +6,8 @@ import java.io.File
|
||||
@Serializable
|
||||
data class DiscordChannel(
|
||||
val id: Long,
|
||||
val mentionedRole: String? = null,
|
||||
val autoPublish: Boolean = false
|
||||
var mentionedRole: String? = null,
|
||||
var autoPublish: Boolean = false
|
||||
)
|
||||
|
||||
@Serializable
|
||||
|
||||
Reference in New Issue
Block a user