mirror of
https://github.com/jie65535/JChatGPT.git
synced 2025-12-08 18:31:36 +08:00
Initial commit
This commit is contained in:
7
src/main/kotlin/PluginData.kt
Normal file
7
src/main/kotlin/PluginData.kt
Normal file
@@ -0,0 +1,7 @@
|
||||
package top.jie65535.mirai
|
||||
|
||||
import net.mamoe.mirai.console.data.AutoSavePluginData
|
||||
|
||||
object PluginData : AutoSavePluginData("data") {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user