Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webhook creating forum posts #1150

Open
tnkr-uk opened this issue Nov 8, 2023 · 0 comments
Open

Webhook creating forum posts #1150

tnkr-uk opened this issue Nov 8, 2023 · 0 comments
Labels
help wanted Anyone is free to help, the issue shouldn't be *too* hard. p: medium Priority: medium - should be worked on in the near future s: planned Status: the issue is planned to be worked on t: api coverage Type: api coverage - this adds code to cover the discord API

Comments

@tnkr-uk
Copy link

tnkr-uk commented Nov 8, 2023

Summary

Ability to create a forum post with a webhook

What is the feature request for?

The core library

The Problem

Currently cannot create a forum post through the use of a webhook.

The Ideal Solution

Allow Webhook.send() class method to accept a thread_name parameter which would create a post for forum channels.

Docs for this:
https://discord.com/developers/docs/resources/webhook#execute-webhook

If the webhook channel is a forum channel, you must provide either thread_id in the query string params, or thread_name in the JSON/form params. If thread_id is provided, the message will send in that thread. If thread_name is provided, a thread with that name will be created in the forum channel.

The Current Solution

No response

Additional Context

No response

@teaishealthy teaishealthy added s: planned Status: the issue is planned to be worked on p: medium Priority: medium - should be worked on in the near future help wanted Anyone is free to help, the issue shouldn't be *too* hard. t: api coverage Type: api coverage - this adds code to cover the discord API labels Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Anyone is free to help, the issue shouldn't be *too* hard. p: medium Priority: medium - should be worked on in the near future s: planned Status: the issue is planned to be worked on t: api coverage Type: api coverage - this adds code to cover the discord API
Projects
None yet
Development

No branches or pull requests

2 participants