We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ffc79 commit fcc2f6aCopy full SHA for fcc2f6a
pkg/pipeline/process/handlers/command.py
@@ -60,7 +60,9 @@ async def handle(
60
61
else:
62
if event_ctx.event.alter is not None:
63
- query.message_chain = platform_message.MessageChain([platform_message.Plain(event_ctx.event.alter)])
+ query.message_chain = platform_message.MessageChain(
64
+ [platform_message.Plain(text=event_ctx.event.alter)]
65
+ )
66
67
session = await self.ap.sess_mgr.get_session(query)
68
0 commit comments