Skip to content

Commit c5882a0

Browse files
authored
Merge pull request #3836 from dev-hato/fix-format-add_waiting_action
formatが間違ってたので直してあげたよ! #3834
2 parents 2e3ee1d + 66c6d32 commit c5882a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/clientclass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ def get_type():
186186
return "misskey"
187187

188188
def add_waiting_reaction(self):
189-
self.client.notes_reactions_create(note_id=self.message["id"], reaction='👀')
189+
self.client.notes_reactions_create(note_id=self.message["id"], reaction="👀")

0 commit comments

Comments
 (0)