Skip to content

Commit

Permalink
chore: ?uh??
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Nov 16, 2023
1 parent ee71cdc commit de6afb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/plugins/HydroRoll/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def handle(self) -> None:
await self.event.reply(data["line"])
else:
if args[0] == ".core":
...
await self.event.reply(f"{self.state}")
# if args[0].startswith(".set"):
# resolve = Set(args[1:]) # TODO: handle multiple sets
# elif args[0].startswith(".get"):
Expand Down

0 comments on commit de6afb8

Please sign in to comment.