feat: add gpbt command

This commit is contained in:
2024-09-26 15:26:07 +08:00
parent 04021a8fff
commit f332031961
4 files changed
+244 -1

No files matched your search

@@ -0,0 +1,8 @@
package cn.rtast.fancybot.entity.bullshit
data class BullShit(
val after: List<String>,
val before: List<String>,
val bosh: List<String>,
val famous: List<String>
)