mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-05-12 06:55:49 +08:00
🔥 移除无用代码
This commit is contained in:
parent
df2cb4a89b
commit
f36f8411d4
@ -68,7 +68,6 @@ class Trigger:
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def _check_fullmatch(self, keyword: str, msg: str) -> bool:
|
def _check_fullmatch(self, keyword: str, msg: str) -> bool:
|
||||||
print(f'{self.prefix}{keyword}')
|
|
||||||
if msg == f'{self.prefix}{keyword}' and msg.startswith(self.prefix):
|
if msg == f'{self.prefix}{keyword}' and msg.startswith(self.prefix):
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user