muffin.
muffin.
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
No description
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/1/2023 in #djs-questions
How do I get an user's "Display Name" with discord.js?
For example, I want to specify the users in my server who have a specific symbol like a star ★, and if they have this symbol I want to perform an action. if (member.displayName.includes('★')) { ... but when I use displayName it checks the username of the account and not the diplay name. Can anyone help me about this?
9 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/30/2022 in #djs-questions
How to get message boxed like these?
24 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/29/2022 in #djs-questions
How can I switch all of my code to v14, is there a way to do it automatically?
I wan tot turn my code into v14, right not it is all written in v13
10 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/29/2022 in #djs-questions
Is thhere a way to create paragraphs in an embed?
I tried to create a list on my embed, like 1- 2- and etc, but I don't know ow to skip a line when I finish one line and need to type in the other one (I am talking about lines in discord not in the code itself)
6 replies