fix: fix bili video parse error and add pastebin command
This commit is contained in:
4 files changed
+96
-46
No files matched your search
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright © 2024 RTAkland
|
||||
* Author: RTAkland
|
||||
* Date: 2024/10/14
|
||||
*/
|
||||
|
||||
|
||||
package cn.rtast.fancybot.entity.pastebin
|
||||
|
||||
data class PastebinPayload(val content: String)
|
||||
|
||||
data class PastebinResponse(val id: String)
|
||||
Reference in New Issue
Block a user