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

+1 -1
View File
@@ -103,5 +103,5 @@ val commands = listOf(
BankTransferCommand(), CreateBankAccountCommand(),
BankBalanceCommand(), DepositCommand(),
DMSearchCommand(), LlamaCommand(),
QQMusicCommand()
QQMusicCommand(), BullShitGenerateCommand()
)