Skip to content

Commit

Permalink
docs: add missing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Dec 23, 2022
1 parent efbe67f commit 0849aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/discord.js/src/structures/Guild.js
Expand Up @@ -1170,6 +1170,7 @@ class Guild extends AnonymousGuild {
* @param {?TextChannelResolvable} safetyAlertsChannel The new safety alerts channel
* @param {string} [reason] Reason for changing the guild's safety alerts channel
* @returns {Promise<Guild>}
* @example
* // Edit the guild safety alerts channel
* guild.setSafetyAlertsChannel(channel)
* .then(updated => console.log(`Updated guild safety alerts channel to ${guild.safetyAlertsChannel.name}`))
Expand Down

0 comments on commit 0849aca

Please sign in to comment.