feat: add gpbt command
This commit is contained in:
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>
|
||||
)
|
||||
Reference in New Issue
Block a user