Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt authored Dec 15, 2021
1 parent 60cf590 commit fcbfd88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arclet/alconna/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ def _analyse_main_argument(
pass

def analyse_message(self, message: Union[str, MessageChain]) -> Arpamar:
if hasattr(self, "result"):
del self.result
self.result: Arpamar = Arpamar()

if self.main_argument != "":
Expand Down

0 comments on commit fcbfd88

Please sign in to comment.