This commit is contained in:
Taylor Wilsdon
2026-02-17 21:02:48 -05:00
parent 2b551e5f57
commit e90e22d719
2 changed files with 2 additions and 2 deletions

View File

@@ -370,7 +370,7 @@ async def create_reaction(
"""
logger.info(f"[create_reaction] Message: '{message_id}', Emoji: '{emoji_unicode}'")
reaction = await asyncio.to_thread(
await asyncio.to_thread(
service.spaces()
.messages()
.reactions()