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 bb2a2e2 commit 615f48dCopy full SHA for 615f48d
src/util/webhookData.ts
@@ -446,7 +446,7 @@ export default class WebhookData {
446
logger.warn(`Discord webhook tried posting to forum channel with no thread id @ ${this.webhook.webhookID}:${this.webhook.id}`, e);
447
await Webhook.update(
448
{
449
- threadID: '0',
+ threadParent: '0',
450
active: false
451
},
452
{ where: { id: this.webhook.id } }
0 commit comments