Mozzy
Mozzy
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by Mozzy on 2/10/2024 in #djs-questions
Issues with discord.js errors in Bun
I posted in their Discord for now
23 replies
DIAdiscord.js - Imagine an app
Created by Mozzy on 2/10/2024 in #djs-questions
Issues with discord.js errors in Bun
unfortunate
23 replies
DIAdiscord.js - Imagine an app
Created by Mozzy on 2/10/2024 in #djs-questions
Issues with discord.js errors in Bun
But your image confirms it's not just me
23 replies
DIAdiscord.js - Imagine an app
Created by Mozzy on 2/10/2024 in #djs-questions
Issues with discord.js errors in Bun
No description
23 replies
DIAdiscord.js - Imagine an app
Created by Mozzy on 2/10/2024 in #djs-questions
Issues with discord.js errors in Bun
I know. That's not what this thread is about. It was about figuring out why Bun doesn't log proper errors
23 replies
DIAdiscord.js - Imagine an app
Created by Mozzy on 2/10/2024 in #djs-questions
Issues with discord.js errors in Bun
Would you mind confirming something for me? If you add
try {
await interaction.reply({});
} catch (error) {
console.log(error);
}
return;
try {
await interaction.reply({});
} catch (error) {
console.log(error);
}
return;
to https://github.com/Aryxst/efestus-bot/blob/master/src/events/interactionCreate.ts#L13 and run a command, how does your console look?
23 replies
DIAdiscord.js - Imagine an app
Created by Mozzy on 2/10/2024 in #djs-questions
Issues with discord.js errors in Bun
We don't really officially support Bun
Is that something that might happen one day? Other than this, my bot works great in 99% of cases. The 1% being a very weird bug: https://discord.com/channels/222078108977594368/824411059443204127/1205806210495021066
23 replies
DIAdiscord.js - Imagine an app
Created by Mozzy on 2/10/2024 in #djs-questions
Issues with discord.js errors in Bun
That is intentional in order to trigger the error
23 replies
DIAdiscord.js - Imagine an app
Created by Mozzy on 2/10/2024 in #djs-questions
Issues with discord.js errors in Bun
Gives the same results
23 replies
DIAdiscord.js - Imagine an app
Created by Erin on 8/18/2022 in #djs-questions
How has this line changed from v13?
But why use it?
30 replies
DIAdiscord.js - Imagine an app
Created by Erin on 8/18/2022 in #djs-questions
How has this line changed from v13?
Well, client isn't defined guild.client probably is
30 replies
DIAdiscord.js - Imagine an app
Created by Erin on 8/18/2022 in #djs-questions
How has this line changed from v13?
Read my message again
30 replies
DIAdiscord.js - Imagine an app
Created by Erin on 8/18/2022 in #djs-questions
How has this line changed from v13?
And why can't you use guild.client.guilds.cache.get()?
30 replies
DIAdiscord.js - Imagine an app
Created by Erin on 8/18/2022 in #djs-questions
How has this line changed from v13?
Where are you trying to send the message?
30 replies