mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Remove reasons for now
This commit is contained in:
@@ -628,11 +628,10 @@ class Guild {
|
||||
/**
|
||||
* Edit the system channel of the guild.
|
||||
* @param {ChannelResolvable} systemChannel The new system channel
|
||||
* @param {string} [reason] Reason for changing the guild's system channel
|
||||
* @returns {Promise<Guild>}
|
||||
*/
|
||||
setSystemChannel(systemChannel, reason) {
|
||||
return this.edit({ systemChannel }, reason);
|
||||
setSystemChannel(systemChannel) {
|
||||
return this.edit({ systemChannel });
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user