mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40:15 +08:00
Fix typo
This commit is contained in:
parent
b1bb417388
commit
b52ba9dc2c
@ -96,7 +96,7 @@ import kotlin.internal.LowPriorityInOverloadResolution
|
||||
*/
|
||||
public interface MessageScope {
|
||||
/**
|
||||
* 如果此 [MessageScope], 仅包含一个消息对象, 则 [realTarget] 指向这个对象.
|
||||
* 如果此 [MessageScope] 仅包含一个消息对象, 则 [realTarget] 指向这个对象. 否则 [realTarget] 为 `null`.
|
||||
*
|
||||
* 对于 [CommandSender] 作为 [MessageScope], [realTarget] 总是指令执行者 [User], 即 [CommandSender.user]
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user