diff options
| author | 2023-07-08 14:47:27 +0800 | |
|---|---|---|
| committer | 2023-07-08 14:47:27 +0800 | |
| commit | 2be089223e48a2c8223e43436bb145ae676ef649 (patch) | |
| tree | b3b94c548089a02a494ed12d82d382b47e13d6c8 /tests/plugins | |
| parent | 767fbe30cffea186b2c6226549118e0a81799fb9 (diff) | |
| download | HydroRoll-2be089223e48a2c8223e43436bb145ae676ef649.tar.gz HydroRoll-2be089223e48a2c8223e43436bb145ae676ef649.zip | |
🧬Just a Test
Diffstat (limited to 'tests/plugins')
| -rw-r--r-- | tests/plugins/exc.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/plugins/exc.py b/tests/plugins/exc.py index 7e453ed..4d6b885 100644 --- a/tests/plugins/exc.py +++ b/tests/plugins/exc.py @@ -13,4 +13,6 @@ class Exec(Plugin): return False
if self.event.type != "message":
return False
- return self.event.message.startswith("t")
\ No newline at end of file + return self.event.message.startswith("t")
+
+print(1)
\ No newline at end of file |
