From 525de52d687b44fb14be7da2c46c548eb8a32fbd Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 17 Jun 2024 03:52:59 +0800 Subject: refactor(examples): update file tree --- examples/plugins/cachetool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/plugins/cachetool.py') diff --git a/examples/plugins/cachetool.py b/examples/plugins/cachetool.py index 77885d2..3955891 100644 --- a/examples/plugins/cachetool.py +++ b/examples/plugins/cachetool.py @@ -29,5 +29,5 @@ class CachedPlugin(Plugin): async def rule(self) -> bool: return ( isinstance(self.event, MessageEvent) - and self.event.get_plain_text() == ".cachetools" + and self.event.get_plain_text() == "/cachetools" ) -- cgit v1.2.3-70-g09d2