Skip to content

Commit

Permalink
修复开关回复语逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
Amber-Keter committed Oct 11, 2022
1 parent b467ff0 commit 45e2d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reply/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def client(self, res, plugin_event):
reply = self.customreply['reply_off']
else:
reply = self.customreply['reply_has_off']
return reply
return reply

def reply(self, string: str):
'''
Expand Down

0 comments on commit 45e2d50

Please sign in to comment.