discord-php / DiscordPHP-Http

Asynchronous HTTP client used for communication with the Discord REST API.
MIT License
21 stars 9 forks source link

POST/guilds/templates/{template.code} #9

Closed valzargaming closed 2 years ago

valzargaming commented 2 years ago

https://discord.com/developers/docs/resources/guild-template#create-guild-from-guild-template

SQKo commented 2 years ago

No, it's already there: https://github.com/discord-php/DiscordPHP-Http/pull/9/files#diff-69cf104f4b9073f7032afbf28db58332b277b92c63f0e4efbeddaf059ce3f9e3R194-R195

// GET, POST
public const GUILDS_TEMPLATE = self::GUILDS.'/templates/:template_code';