feat: add short link command
This commit is contained in:
3 files changed
+49
-2
No files matched your search
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright © 2024 RTAkland
|
||||
* Author: RTAkland
|
||||
* Date: 2024/9/22
|
||||
*/
|
||||
|
||||
|
||||
package cn.rtast.fancybot.entity
|
||||
|
||||
data class ShortLink(
|
||||
val id: String
|
||||
)
|
||||
Reference in New Issue
Block a user