This commit is contained in:
Soulter
2023-11-21 22:37:35 +08:00
parent f0caea9026
commit f4222e0923
2 changed files with 2 additions and 1 deletions
@@ -11,6 +11,7 @@ from .onebot.message_event import MessageEvent
from .onebot.message_segment import MessageSegment
from .nonebot.command_arg import CommandArg
from .onebot.bot import Bot
from .nonebot.common import require
from nakuru import (
GuildMessage,
+1 -1
View File
@@ -76,7 +76,7 @@ class QQChan():
ngm.sub_type = "normal"
ngm.message_id = message.id
ngm.guild_id = int(message.channel_id)
ngm.guild_id = int(message.guild_id)
ngm.channel_id = int(message.channel_id)
ngm.user_id = int(message.author.id)
msg = []