djs-questions

13317 threads · Page 20 of 267

Deploying Discord.js application to Heroku 8 messages
high swift I am attempting to deploy my discord.js application that is integrated within my web application and am running into a f...
[discord-rpc] Retrieving authorization code for access token 2 messages
jovial helm Hey there, is there a way to retrieve the authorization code upon authorizing an RPC? I want to use scopes without expos...
node @discordjs package RPC
Voice channel topic 3 messages
dusky rune Any way to fetch and edit the VoiceChannel topic? I can't find anything related to this in the docs
NOT Responding 2 messages
tight minnow Check Bot is Coming Online after 50 minutes And Bot is not responding
node
discord bot dashboard 2 messages
pastel blade i am developing my discord bot now since a few months, it got a lot of features but now the question is: how am i going ...
node
"The application did not respond" 2 messages
lusty bison I tried looking around and saw a lot of other people had this problem, but couldn't find any accurate solutions. Running...
@discordjs package node
Comming back on bot development 12 messages
warm peak Hey i am restarting / cleaning discord bots project. I left from djs 13.6 and i would like to know if : - Is it worth i...
node
subcommand not showing 33 messages
ionic siren When i try to do the instagram command the subcommand isn't showing
Editing Ephemeral Messages 6 messages
eternal canopy Are there other ways of editing ephemeral messages beside `interaction.update()`?
ping.js command that is crashing my entire bot 16 messages
golden rock hello hello, i'm currently making a bot but i kept getting this error.. (i'm hosting it on render.com) : ``` DiscordAPIE...
node
How to check bot status (not the Discord status) 18 messages
cloud nest Hi, I currently use [Railway](https://railway.app) to deploy my bot, and I'm wondering if there's a way I can implement ...
node
TypeError: interaction.isCommand is not a function 9 messages
ionic siren I made a instagram command however when i try to do the command i get the error " TypeError: interaction.isCommand is ...
dming users 9 messages
night needle i’m trying to make a system where the bot will message x people and they can have a conversation with the person who sta...
newState.serverDeaf get the user who did it 3 messages
real parcel I don’t know how to get the user who muted/unmuted or deafened the user.
node
Bot backend suggestions 9 messages
wet barn Hello, I've been using the backend supplied in the DJS guide for almost a year now in some of my projects, and I think i...
node
Vanity Role 4 messages
torpid horizon I've been trying to figure out how to see a user's custom status/description, is there anyway to do that? I've tried loo...
node
discord bot mute command 40 messages
final abyss example .mute @Ashleydafox 5m i try 1s something 10m, 15m 20d, const { PermissionFlagsBits } = require("discord.js"...
node
Why hosting the script on server won't work but locally it works without problem 2 messages
fallen flame if (!targetChannelId) { console.error(`No target channel mapping found for category: ${category.name}`);...
How to set two main images in an embed 6 messages
orchid storm Can someone provide some example code as to how you would set two main images as discohook allows you to as long as the ...
Using <GuildsAPI>.getMembers() to fetch specific members. 10 messages
jovial helm Can multiple users be fetched using this method or do I have to fetch all the users seperately using <GuildsAPI>.getMemb...
node @discordjs package
LOOKING FOR ANYONE WHO WILLING TO TEST MY NEW BOT TO THEIR SERVER 2 messages
weak tangle Hi im currently making a moderator bot with ticket system, lookimg for someone to test my bkt. DM ME
interaction listeners make my brain hurt 7 messages
grave ridge Sending info under:
Embed Field Emojis too long 5 messages
hybrid sphinx Hey ! Emojis are really really long , taking a lot of character each time you use one. I want to put a lot of emojis in ...
how do i grab the role made by an integration 4 messages
broken mason i need to know how to grab the role id that a bot makes when it joins a discord (e.g the dyno role that dyno makes when ...
Select Menu you can type in? 3 messages
grave ridge Im curious what this is i thought you couldnt type in select menus at all, im trying to emulate but no luck.
node
Issue with Message Logger 8 messages
broken mason Hey, for some reason this code always sets the message recorded in the embed to 'No content' any idea why? ```js client....
new Client VS new REST + new WebSocketManager 8 messages
sturdy moat I'm confused. I've read the guide but I see competing examples. Should I use : ``` // Create REST and WebSocket manager...
bun @discordjs package
Issue with bot connect to gateway through docker network 13 messages
sly talon Hi there, since my last check, I've encountered an issue for the first time today: my bots—each running as a Docker cont...
node
how to use emoji in bot 3 messages
austere surge I want to use an emoji registered on my Discord bot in Discord.js, but I don't know how to do it. I've tried using: ...
node
Issue wth js 32 messages
rapid turret ```js const { token } = require('./config.json'); const {Client, Events, GatewayIntentBits, SlashCommandBuilder, Interac...
node
Issue with @discordjs/ws sharding 99 messages
warm snow I am trying to use worker threads for sharding just like shown in the docs just in common js instead ts https://discordj...
node @discordjs package
is it possible to use discord.js on mobile? 26 messages
wispy pewter if so, how?
node
Answer on quoted message for slash commands 9 messages
tulip fjord Hey, I’m working on a bot using Discord.js and I’d like a Slash Command reply to the message that the user is referenci...
node
Thread Create - Rate limit? 2 messages
rough marlin Good evening, guys! I have a question—I've already looked through forums and read the documentation, but I haven't been...
discordjs/rest 15 messages
jaunty crescent how to fetch all guilds at once? (its returning only 200) ``` export async function getBotGuildsService() { const no...
@discordjs package
Role Creation Problem 48 messages
cobalt granite Despite the title, there are actually no error messages at all. I am trying to have my bot create roles on server join (...
node
user verified age? 3 messages
rancid plover any best resources for creating an age verification flow with my bot for new users?
Override addChoices limit 5 messages
limpid egret I'm creating a bot to help manage some dead by daylight game information and i need to have the option to select any of ...
Why cant i use MessageFlags.Ephemeral in v14.7.3? 3 messages
proper wagon Hello Everyone!! I am trying to use MessageFlags.Ephemeral as a flag in interaction.reply like this: ```javascript inte...
node
User get Issue 13 messages
gloomy flame I got the issue in the image, I use .cache.get, fetch() but always the same. Anyidea?
Discord
Check if user has bot subscription 6 messages
mighty sand Hello! I am wondering how to check if a user has bot subscription active
node
HOW DOES THIS STATUS THING WORK? 3 messages
bitter hazel How can a discord bot have no status like not be in online, idle, invisible, do not disturb just no status some bots hav...
Help building a cooldown for my slash commands 4 messages
dusty plank I need help building a global cooldown for my slash commands, I followed the discord.js guide partially and it somewhat ...
how do i make a new command? 24 messages
barren wraith I have added it in the app.js command.js and commands.js
how do i make my bot have a status? 3 messages
barren wraith how do i make my bot have a status?
Seeking a Solution for Discord Rate Limit Issues on a VPS Running 160 Bots 27 messages
hallow roost Hello everyone, good evening, I have a VPS that currently runs 160 bots using discord.js, but I've been facing several i...
node
Nodemon 8 messages
midnight swift So I was making a github respiratory for my bot and I renamed the file. I closed VSC and then I opened it back. I tried ...
node
trying to create a voice channel in a parent category 11 messages
inland skiff I'm trying to make a slash command that when used will create a voice chat and then delete it when everyone leaves. thi...
node
How to properly pass Sequelize table into command handler? 5 messages
wintry depot I am sure this is very straightforward and I am just missing the obvious, but I am using the discord.js walkthrough http...
node
Buttons? 5 messages
reef whale Is it possible to add buttons to a message the bot didn't create on discordjs? Im sure there is cause you have utilities...