discord / discord-api-docs

Official Discord API Documentation
https://discord.com/developers/docs/intro
Other
5.91k stars 1.25k forks source link

Creating server from template doesn't create forum channels #7133

Open Thorvarium opened 1 week ago

Thorvarium commented 1 week ago

Description

When creating a server from a server template all channels are created except forum channels.

Steps to Reproduce

From a server that has forum channels, create a template. Create a new server from the template.

Expected Behavior

I except forum channels to be created as well

Current Behavior

Forum channels are missing

Screenshots/Videos

No response

Client and System Information

N/A

TwilightZebby commented 1 week ago

Templates don't carry over Channel types that requires Community to be enabled - such as Forums, Stages, etc.

So this isn't a bug.

Thorvarium commented 1 week ago

Templates don't carry over Channel types that requires Community to be enabled - such as Forums, Stages, etc.

So this isn't a bug.

Quite strange behavior. Should have a way during creating from template to say that your new server is community and then carry over all community channels too. Or should auto identify since the template was created from a community server.