diff options
Diffstat (limited to 'example/plugins/r.py')
| -rw-r--r-- | example/plugins/r.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/example/plugins/r.py b/example/plugins/r.py deleted file mode 100644 index 2f05af9..0000000 --- a/example/plugins/r.py +++ /dev/null @@ -1,10 +0,0 @@ -from iamai import Plugin - - -class Roll(Plugin): - async def handle(self) -> None: - await self.event.reply("""Attack: 25 -Damage: 9""") - - async def rule(self) -> bool: - return self.event.type == "message" and self.event.message.startswith("/r") |
