We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f83f07 commit b6b43c8Copy full SHA for b6b43c8
intbot/core/tasks.py
@@ -24,7 +24,7 @@ def process_internal_webhook(wh: Webhook):
24
channel_id=settings.DISCORD_TEST_CHANNEL_ID,
25
channel_name=settings.DISCORD_TEST_CHANNEL_NAME,
26
content=f"Webhook content: {wh.content}",
27
- # Mark as unsend - to be sent with the next batch
+ # Mark as not sent - to be sent with the next batch
28
sent_at=None,
29
)
30
wh.processed_at = timezone.now()
0 commit comments