John Papale

Results 1 comments of John Papale

According to https://discord.com/developers/docs/resources/channel#channel-object-channel-types request(Post, path("guilds/{guild.id}/channels", { serverID }), settings, "{\"name\": " + json::string(name) + ", \"type\": \"text\"}") Should be: request(Post, path("guilds/{guild.id}/channels", { serverID }), settings, "{\"name\": " + json::string(name) +...