diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 837a90759..a14b554b6 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -512,7 +512,7 @@ class Guild { * @returns {Promise} * @example * // create a new text channel - * guild.createChannel('new general', 'text') + * guild.createChannel('new-general', 'text') * .then(channel => console.log(`Created new channel ${channel}`)) * .catch(console.log); */