Skip to content

Commit

Permalink
添加找神瞳插件,修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
H-K-Y committed Oct 29, 2020
1 parent f9e6d9c commit 5c73c76
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions seek_god_eye/seek_god_eye.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ def get_eye_gif_cq_code(eye_id):

gif_path = gif_path.replace("\\","/")
cq_code = f'[CQ:image,file=file://{gif_path}]'
# cq_code = MessageSegment.image(f"file://{gif_path}")
# cq_code = R.img()

print(cq_code)
return cq_code

def get_eye_remarks(eye_id):
Expand Down

0 comments on commit 5c73c76

Please sign in to comment.