We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e3ee1d + 66c6d32 commit c5882a0Copy full SHA for c5882a0
1 file changed
library/clientclass.py
@@ -186,4 +186,4 @@ def get_type():
186
return "misskey"
187
188
def add_waiting_reaction(self):
189
- self.client.notes_reactions_create(note_id=self.message["id"], reaction='👀')
+ self.client.notes_reactions_create(note_id=self.message["id"], reaction="👀")
0 commit comments