faq

15 threads · Page 1 of 1

Components V2 FAQ 1 messages
keen gulch This is to address the recurring questions about the newly released components (See https://canary.discord.com/channels/...
Managing roles and what the API errors tell you 0 messages
daring yarrow To add a role to a member the following needs to be true: ### 1) The target role has to **exist** If it does not, the A...
Context menu command type builders error 0 messages
lean niche ## Issue You may be doing something like this: ```TypeScript import { ApplicationCommandType, ContextMenuCommandBuilder,...
1115898034757320704
Endpoint Pagination 2 messages
daring yarrow ## How do you fetch more than the maximum amount of structures? The general idea: Supply the last structure you success...
Update Typescript to ^5.1.3 or higher 1 messages
daring yarrow ## Please update TypeScript to version 5.1.3 or higher If you receive an error roughly looking like the one below (the ...
How do I mention a slash command? 1 messages
keen gulch ## You are able to mention a slash command, such as </tag:867892466544148520>, by using the `</command:id>` format. ###...
Image tiling (multiple images in one embed) 2 messages
daring yarrow ## Show multiple images in one embed, like twitter link embeds Discord deduplicates embeds based on their URL property....
Custom Status for Bots 0 messages
daring yarrow ## Setting a Custom Status for Your App (`v14.13.0+`) You no longer have to use "listening", "watching", "playing" pref...
TypeScript compilation error on 14.12.1 0 messages
lean niche ## Issue You may be receiving these errors on a new or fresh installation of discord.js if you are using TypeScript: ```...
1115898034757320704
Message manager's cache limit is not respected 0 messages
lean niche In 14.12.0 and 14.12.1, the `MessageManager`'s maximum cache limit is no longer respected. If you are utilising messages...
1115898034757320704
How does discord.js handle the username changes? 1 messages
brittle juniper The new username system is supported in version 13.17+ and 14.12+. ## Clean update: ```ansi npm remove dis...
Version 12 0 messages
daring yarrow Version 12 is slowly breaking down and uses an API version that Discord is planning to shut off eventually. ## We **hea...
(Privileged) Intents 0 messages
daring yarrow ## What are Intents? - Discord lets bots specify the events they are interested in receiving when connecting to the Dis...
Rate Limits 0 messages
daring yarrow - Do you need to be concerned if the `"rateLimited"` event emits? **No.** - Can or should you prevent it? **No.** - Does...
Updating to v14 0 messages
brittle juniper <:IconUpdateDownload:758794223176384512> **V14 has been out for a while!** **Here are some common issues we see people h...