nBux
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/6/2023 in #djs-questions
Sending ephemeral messages on another message
wym non autocomplete?
5 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/2/2023 in #djs-questions
Is there a way to ping/show an ephmeral message to numerous people after like a set time
I have a button, and like one person clicks the button. and an ephemeral message comes up. and then one other person clicks the button and the same thing happens to him. But is it possible for when the second person presses the button, it edits the first persons ephemeral message?
20 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/2/2023 in #djs-questions
Is there a way to ping/show an ephmeral message to numerous people after like a set time
Can I do that even after I have like sent other ephemeral messages or no
20 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/3/2023 in #djs-questions
How can I get all users with a role ID, then scrape their nicknames on the server
Sorry, here
28 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/3/2023 in #djs-questions
How can I get all users with a role ID, then scrape their nicknames on the server
like this?
28 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/3/2023 in #djs-questions
How can I get all users with a role ID, then scrape their nicknames on the server
I do that but it just says users: and no actual members
28 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/3/2023 in #djs-questions
How can I get all users with a role ID, then scrape their nicknames on the server
28 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/3/2023 in #djs-questions
How can I get all users with a role ID, then scrape their nicknames on the server
const Queued1v1Role = '1135435838046621756';
28 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/3/2023 in #djs-questions
How can I get all users with a role ID, then scrape their nicknames on the server
I get this
TypeError: Cannot read properties of undefined (reading 'map')
28 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/3/2023 in #djs-questions
How can I get all users with a role ID, then scrape their nicknames on the server
const members = Queued1v1Role.members.map(member => member.displayName);
that doesnt work tho
28 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/3/2023 in #djs-questions
How can I get all users with a role ID, then scrape their nicknames on the server
28 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/3/2023 in #djs-questions
How can I get all users with a role ID, then scrape their nicknames on the server
What would the code look like?
28 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/3/2023 in #djs-questions
How can I get all users with a role ID, then scrape their nicknames on the server
How do I do that
28 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/2/2023 in #djs-questions
Is there a way to ping/show an ephmeral message to numerous people after like a set time
will I be able to edit a previous ephemeral message?
20 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/2/2023 in #djs-questions
Is there a way to ping/show an ephmeral message to numerous people after like a set time
well, alright. Thanks
20 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/2/2023 in #djs-questions
Is there a way to ping/show an ephmeral message to numerous people after like a set time
figured
20 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/2/2023 in #djs-questions
Is there a way to ping/show an ephmeral message to numerous people after like a set time
Yeah i figure
20 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/1/2023 in #djs-questions
having a queue
ssame with 2v2, and 4v4
5 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/1/2023 in #djs-questions
having a queue
I just have it as a placeholder 1/2 right now
5 replies
DIAdiscord.js - Imagine a bot
•Created by nBux on 8/1/2023 in #djs-questions
having a queue
Here is my code
https://starb.in/tIFVGj.js
5 replies