Zer0
Zer0
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
npm is 9.8.1
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
Djs is 14.14.1
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
Why did the console.log for the ratelimit not show up?
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
@gwapes Worked when hosted locally
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
I can 100% try hosting the bot locally to confirm your theory
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
Test bot I boot up locally, main bot is stored on a 24/7 server and yes the code is saved
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
I'm kinda at a loss of words the same exact code works on my test bot
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
Is nothing supposed to pop up?
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
Keep in mind some didn't deploy simply because they didn't have certain ribbons / badges in this case and what the bot is used for
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
This code worked about 2 days ago and I haven't changed it in the slighest the bot just stopped editting over night
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
Also as a heads up @gwapes it can pull all the data successfully from everywhere else there isn't anywhere that the code is stopping
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
Bot has admin
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
Sure sure
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
No description
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
Sure thing, one moment.
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
The odd thing is I literally didn't change any code and the bot stopped editing responses over night
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
Yep
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
const pendingResults = new EmbedBuilder()
.setColor("Red")
.setTitle(`**Status:**`)
.setThumbnail(img)
.setDescription("Grabing user data...")
.setFooter({
text: `${interaction.client.user.tag} is managed by Zer0_Access`,
iconURL: `${interaction.client.user.avatarURL()}`,
});

interaction.reply({embeds: [pendingResults], ephemeral: false});
const pendingResults = new EmbedBuilder()
.setColor("Red")
.setTitle(`**Status:**`)
.setThumbnail(img)
.setDescription("Grabing user data...")
.setFooter({
text: `${interaction.client.user.tag} is managed by Zer0_Access`,
iconURL: `${interaction.client.user.avatarURL()}`,
});

interaction.reply({embeds: [pendingResults], ephemeral: false});
interaction.editReply({ content: "Checking if this actually can edit." , ephemeral: false});
interaction.editReply({ content: "Checking if this actually can edit." , ephemeral: false});
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
I just have the console.log(embed) still in to see if it will go through
96 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Zer0 on 12/1/2023 in #djs-questions
Bot will not .editReply() it's message.
No description
96 replies