Must provide options in client constructor in the form of an object.
No token provided.
The options for the client.
A manager for guild bans, used to manage and interact with bans.
A manager for calendars, used to manage and interact with calendars.
A manager for categories, used to manage and interact with categories.
A manager for channels, used to manage and interact with channels.
A manager for docs, used to manage and interact with docs.
The gateway events will be processed by this manager.
A manager for groups, used to manage and interact with groups.
A manager for list items, used to manage and interact with list items.
A manager for members, used to manage and interact with members.
A manager for messages, used to manage and interact with messages.
The options for the client.
A manager for reactions, used to manage and interact with reactions.
The time in milliseconds since the Client connected.
The manager for the bot to make requests to the REST api.
A manager for roles, used to manage and interact with roles.
A manager for servers, used to manage and interact with servers.
A manager for server subscriptions, used to manage and interact with server subscriptions.
A manager for forum topics, used to manage and interact with forum topics.
The user belonging to this bot.
A manager for users, used to manage and interact with users.
A manager for webhooks, used to manage and interact with webhooks.
The websocket connection.
The bot's token.
The amount of time the bot has been online in milliseconds.
Connects the bot to the api.
let client = new Guilded.Client({ token: process.env.GUILDED_TOKEN });
client.on('ready', () => console.log('Logged in!'));
client.login();
Optional
opts: { The options for connecting to the api.
Optional
fresh?: booleanWhether this should create a new WebSocketManager instance.
Set current logged in client's status
The options for setting the status.
Optional
content?: stringThe content of the status.
The id of the emote to use for the status.
Optional
expiresThe time the status should expire.
Generated using TypeDoc
The main class for interacting with the api.
Template
The custom events for the client.