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 326e6b4 commit 56174b3Copy full SHA for 56174b3
main.py
@@ -276,7 +276,7 @@ def on_handle_context(self, e_context: EventContext):
276
if not flag:
277
text = content.split(trigger_prefix, maxsplit=1)[1]
278
try:
279
- command_json = find_json(_translate_text_to_commands(text))
+ command_json = find_json(self._translate_text_to_commands(text))
280
command = json.loads(command_json)
281
name = command["name"]
282
if name.lower() == "summary":
0 commit comments