You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2025. It is now read-only.
loop=asyncio.get_event_loop()# Prevents heartbeat block warning and bot disconnecting from discord error
568
+
image_url=awaitloop.run_in_executor(None, dalle2, prompt, img_dimensions)# Prevents heartbeat block warning and bot disconnecting from discord error
569
569
570
570
# Send as followup message
571
571
awaitinteraction.followup.send(f"{image_url} IMAGE LINK EXPIRES IN <t:{int(time.mktime(future_time.timetuple()))}:R>") # Convert future_time to unix timestamp.
0 commit comments