aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-08 14:47:27 +0800
committer简律纯 <i@jyunko.cn>2023-07-08 14:47:27 +0800
commit2be089223e48a2c8223e43436bb145ae676ef649 (patch)
treeb3b94c548089a02a494ed12d82d382b47e13d6c8 /tests
parent767fbe30cffea186b2c6226549118e0a81799fb9 (diff)
downloadHydroRoll-2be089223e48a2c8223e43436bb145ae676ef649.tar.gz
HydroRoll-2be089223e48a2c8223e43436bb145ae676ef649.zip
🧬Just a Test
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/exc.py4
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