aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'example/plugins')
-rw-r--r--example/plugins/HydroRoll/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/plugins/HydroRoll/__init__.py b/example/plugins/HydroRoll/__init__.py
index 6800e96..d0b4c72 100644
--- a/example/plugins/HydroRoll/__init__.py
+++ b/example/plugins/HydroRoll/__init__.py
@@ -79,7 +79,7 @@ class Dice(Plugin[MessageEvent, Annotated[dict, {}], RegexPluginConfig]):
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"):