feat: add the cat command

This commit is contained in:
2024-10-08 15:08:27 +08:00
parent 97e62d5422
commit e4d6e683d3
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,
)