mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
Remove reasons for now
This commit is contained in:
parent
e76ebb4fcb
commit
c33b78da23
1 changed files with 2 additions and 3 deletions
|
|
@ -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 });
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue