mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
修正错误的拼写
This commit is contained in:
parent
4a6109fbe6
commit
26b4d95ad8
@ -7,7 +7,7 @@ import moe.fuqiuluo.shamrock.remote.action.ActionSession
|
|||||||
import moe.fuqiuluo.shamrock.remote.action.IActionHandler
|
import moe.fuqiuluo.shamrock.remote.action.IActionHandler
|
||||||
import moe.fuqiuluo.symbols.OneBotHandler
|
import moe.fuqiuluo.symbols.OneBotHandler
|
||||||
|
|
||||||
@OneBotHandler("sanc_qrcode")
|
@OneBotHandler("scan_qrcode")
|
||||||
internal object ScanQRCode: IActionHandler() {
|
internal object ScanQRCode: IActionHandler() {
|
||||||
override suspend fun internalHandle(session: ActionSession): String {
|
override suspend fun internalHandle(session: ActionSession): String {
|
||||||
val qrcode = QRoute.api(IQRCodeApi::class.java)
|
val qrcode = QRoute.api(IQRCodeApi::class.java)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user