Creates the structure for a guild.
The client instance.
Raw guild data.
The additional options for this structure.
Optional
nocache?: falseWhether this guild should be cached or not.
The cache options for this guild.
The hash of the guild's icon, as it was received from Discord.
The channels in the guild.
Default notification setting.
The description of the guild.
The icon URL of the guild.
The emojis in the guild.
Explicit content filter level.
The id of the guild.
The invites in the guild.
The id of the guild owner.
The member count of the guild.
The members in the guild.
Server MFA level.
The name of the guild.
Server NSFW level.
The owner of the guild.
The icon hash of the guild.
The preferred locale of the guild.
Whether the guild has the boost progress bar enabled.
The premium subscription count of the guild.
Server boost level.
The roles in the guild.
The rules channel of the guild.
The rules channel id of the guild.
The scheduled events in the guild.
The system channel of the guild.
System channel flags.
The system channel id of the guild.
Whether the guild is unavailable.
Server verification level.
The voice states in the guild.
Bans a user with the given id from the guild.
The id of the user to ban.
Optional
options: { reason?: string; seconds?: number } = {}Ban options.
Optional
reason?: stringThe reason for banning the user.
Optional
seconds?: numberThe number of seconds to delete messages for.
Fetches audit logs.
Optional
options: {Audit log fetch options.
Optional
after?: stringThe id of the audit log entry to fetch after
Optional
before?: stringThe id of the audit log entry to fetch before.
Optional
limit?: numberThe number of entries to fetch.
Optional
type?: AuditLogEventThe type of audit log to fetch.
Optional
user_id?: stringThe id of the user to fetch the audit log for.
Returns the JSON representation of this structure.
Optional
format: JsonTypesStatic
createCreates a webhook in the given channel with the name "Gluon".
The client instance.
The id of the channel to create the webhook in.
Optional
options: { name?: string } = ...The options for creating the webhook.
Optional
name?: stringThe name of the webhook.
Static
deleteStatic
fetchStatic
getStatic
modifyModified a webhook with the given webhook id.
The client instance.
The id of the webhook to modify.
The options to modify the webhook with.
The id of the channel the webhook belongs to.
Static
postPosts a webhook with the provided webhook id and token.
The client instance.
An object with the webhook id and token.
The id of the webhook.
The token of the webhook.
Optional
options: {Embeds, components and files to attach to the webhook.
Optional
components?: MessageComponentsThe components to attach to the webhook.
Optional
content?: stringThe content to attach to the webhook.
Optional
embeds?: Embed[]The embeds to attach to the webhook.
Optional
files?: FileUpload[]The files to attach to the webhook.
Static
should
Represents a Discord guild.
See
https://discord.com/developers/docs/resources/guild