feat: add the cat command
This commit is contained in:
5 files changed
+69
-1
No files matched your search
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright © 2024 RTAkland
|
||||
* Author: RTAkland
|
||||
* Date: 2024/10/8
|
||||
*/
|
||||
|
||||
|
||||
package cn.rtast.fancybot.entity.thecat
|
||||
|
||||
data class Cat(
|
||||
val url: String,
|
||||
)
|
||||
Reference in New Issue
Block a user