feat: add scan qrcode command

This commit is contained in:
2024-10-06 21:18:23 +08:00
parent 262cfa532c
commit 0a5c9b63c2
3 files changed
+57 -3

No files matched your search

+2 -2
View File
@@ -92,7 +92,7 @@ val tasks = mapOf(
val commands = listOf(
EchoCommand(), JrrpCommand(),
NiuziRedeemCommand(), HitokotoCommand(),
KFCCommand(), QRCodeCommand(),
KFCCommand(), GenerateQRCodeCommand(),
AntiRevokeCommand(), MCPingCommand(),
WeatherCommand(), CigaretteCommand(),
RemakeCommand(), PixivCommand(),
@@ -118,5 +118,5 @@ val commands = listOf(
ShotSelfCommand(), TenSetuCommand(),
ReactionCommand(), MCSkinCommand(),
GithubLatestCommitCommand(), RandomMusicCommand(),
ZDJDCommand()
ZDJDCommand(), ScanQRCodeCommand()
)