mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
Improve docs a bit
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/**
|
||||
* Represents a Discord voice region for guilds
|
||||
* Represents a Discord voice region for guilds.
|
||||
*/
|
||||
class VoiceRegion {
|
||||
constructor(data) {
|
||||
/**
|
||||
* ID of the region
|
||||
* The ID of the region
|
||||
* @type {string}
|
||||
*/
|
||||
this.id = data.id;
|
||||
|
||||
Reference in New Issue
Block a user