12 lines
156 B
Kotlin
12 lines
156 B
Kotlin
/*
|
|
* Copyright © 2024 RTAkland
|
|
* Author: RTAkland
|
|
* Date: 2024/8/30
|
|
*/
|
|
|
|
|
|
package cn.rtast.fancybot.entity
|
|
|
|
data class Config(
|
|
val cnmApi: String,
|
|
) |