diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 5f9674585..b11548b56 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -921,7 +921,7 @@ class Guild extends Base { * @returns {Promise} * @example * // Create a new text channel - * guild.createChannel('new-general', 'text') + * guild.createChannel('new-general', { reason: 'My reason here.' }) * .then(channel => console.log(`Created new channel ${channel}`)) * .catch(console.error); */