Elyana
DIAdiscord.js - Imagine an app
•Created by Elyana on 6/21/2023 in #djs-questions
Emoji shows in a server but not on another (host on a third one)
Aaah Charmants tu es là aussi ! merci beaucoup !!
7 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 6/21/2023 in #djs-questions
Emoji shows in a server but not on another (host on a third one)
Ah yeaah it works !!
7 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 6/21/2023 in #djs-questions
Emoji shows in a server but not on another (host on a third one)
bot has admin permission on the server where it can't show those emojis
7 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 5/24/2023 in #djs-questions
Display "Failed of the interaction" but no logs error and still running well
Oooh, thank you for your advice, you remind me to use the interaction instead of message. And i try the update method instead of edit, editReply
And it works well now !! 🥳
6 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 5/24/2023 in #djs-questions
Display "Failed of the interaction" but no logs error and still running well
oh, now i have a console error when clicking on button :
have done this change :
DiscordAPIError[10008]: Unknown Message
at handleErrors (C:\Users\Propriétaire\Documents\Bot Discord\Nemo\node_modules\@discordjs\rest\dist\index.js:640:13)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async SequentialHandler.runRequest (C:\Users\Propriétaire\Documents\Bot Discord\Nemo\node_modules\@discordjs\rest\dist\index.js:1021:23)
at async SequentialHandler.queueRequest (C:\Users\Propriétaire\Documents\Bot Discord\Nemo\node_modules\@discordjs\rest\dist\index.js:862:14)
at async REST.request (C:\Users\Propriétaire\Documents\Bot Discord\Nemo\node_modules\@discordjs\rest\dist\index.js:1387:22)
at async MessageManager.edit (C:\Users\Propriétaire\Documents\Bot Discord\Nemo\node_modules\discord.js\src\managers\MessageManager.js:176:15)
at async InteractionCollector.<anonymous> (C:\Users\Propriétaire\Documents\Bot Discord\Nemo\commands\stacking.js:661:21)
6 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 5/11/2023 in #djs-questions
Is there a way to setAutocomplete(true) in function of another option value?
okay got it, thank you
5 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 5/11/2023 in #djs-questions
Is there a way to setAutocomplete(true) in function of another option value?
5 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 5/7/2023 in #djs-questions
Running 2 differents files on the same bot ?
I see, was seduce by that collectors stuff, easier to maintain and more focus on the messages (ressources save).
I will redo my code into the traditional way then
16 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 5/7/2023 in #djs-questions
Running 2 differents files on the same bot ?
That's why, i try to separate one slash commands from all the others
16 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 5/7/2023 in #djs-questions
Running 2 differents files on the same bot ?
I mean, if i add other slash command to the client, i need to restart the script to let the bot take those new commands into consideration, no ? But by doing that, the /poll collector will not be active anymore
16 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 5/7/2023 in #djs-questions
Running 2 differents files on the same bot ?
If i need to implement other commands without shutdown a /slashcommand which hold an active collector ?
16 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 5/7/2023 in #djs-questions
Running 2 differents files on the same bot ?
My question is, is that possible to run 2 /commands scripts properly ?
16 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 5/7/2023 in #djs-questions
Running 2 differents files on the same bot ?
16 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 5/7/2023 in #djs-questions
Running 2 differents files on the same bot ?
• Explain what exactly your issue is : running 2 script like this. The other one which have a collector, have the condition
To upload more easily new features for my bot in the future, i would like to separate the "poll" which need to be always online without interruption,
But by doing this, when i run /poll, it shutdown the script above by saying that :
16 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 5/7/2023 in #djs-questions
Running 2 differents files on the same bot ?
16 replies
DIAdiscord.js - Imagine an app
•Created by Elyana on 5/7/2023 in #djs-questions
Running 2 differents files on the same bot ?
• discord.js :[email protected]
• node : v17.3.0
16 replies