mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 03:00:35 +00:00
Webpack build for branch master: e5386e33a8
This commit is contained in:
parent
527b7cfeac
commit
25c4239675
2 changed files with 1 additions and 10 deletions
|
|
@ -6250,15 +6250,6 @@ class Guild {
|
||||||
return this.client.voice.connections.get(this.id) || null;
|
return this.client.voice.connections.get(this.id) || null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* The `#general` TextChannel of the guild
|
|
||||||
* @type {TextChannel}
|
|
||||||
* @readonly
|
|
||||||
*/
|
|
||||||
get defaultChannel() {
|
|
||||||
return this.channels.get(this.id);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The position of this guild
|
* The position of this guild
|
||||||
* <warn>This is only available when using a user account.</warn>
|
* <warn>This is only available when using a user account.</warn>
|
||||||
|
|
|
||||||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue