slash command type issue
./lib/types/command.ts
: ```ts
export type Command = {
category: Category
data: SlashCommandBuilder | SlashCommandSubcommandsOnlyBuilder | ContextMenuCommandBuilder
execute?: (i: ChatInputCommandInteraction, client: Client) => void...Vouch
Guild#disableInvites returns 403
Get all users which have permission "Connect" on false in a specific voice channel
this interaction failed
Get All users banners
let members = await guild.members.fetch();
but all the members here have banners as null. ik they need to be force fetched.
so i tried something like this
```js
let banners = [];...Upgrade help from 11.3 to 14
do not remove the role
How to create an event that fires on express server PUSH
Problems with the Export of modules in v14
Issue with Discord.js command deployment script

Problems with the Export of modules in v14

New slash commands not registering
Applications commands are registered throug rest api but not working
command.handler.ts
. This file is responsible for loading commands and registration of them through the rest api. This works fine and my test command is also available in my server.
However, when I execute the command nothing happens. I am not also not getting any output when I try to console.log(). The event for INTERACTION_CREATE
is also being registered.. so I am not getting why it does not work...`channel.permissionsFor()` does not take timed out guild member permissions into consideration
VIEW_CHANNEL
and READ_MESSAGE_HISTORY
, if they do not have ADMINISTRATOR
permission. However, channel.permissionsFor()
and guildMember.permissions
do not reflect the permission changes on timeouts. I understand that we can check if a guild member is timed out with guildMember.isCommunicationDisabled()
and many other...
Slash Command - Webhook Avatar Not Setting Correctly to User's Avatar
/echo
command.
...
How to make embeds send correctly
How to make SlashCommand Args
Bot not coming online
