修正错误的拼写

This commit is contained in:
huan_kong 2024-02-29 23:56:00 +08:00
parent 4a6109fbe6
commit 26b4d95ad8

View File

@ -7,7 +7,7 @@ import moe.fuqiuluo.shamrock.remote.action.ActionSession
import moe.fuqiuluo.shamrock.remote.action.IActionHandler
import moe.fuqiuluo.symbols.OneBotHandler
@OneBotHandler("sanc_qrcode")
@OneBotHandler("scan_qrcode")
internal object ScanQRCode: IActionHandler() {
override suspend fun internalHandle(session: ActionSession): String {
val qrcode = QRoute.api(IQRCodeApi::class.java)