tenfy
tenfy
DIAdiscord.js - Imagine an app
Created by tenfy on 6/6/2024 in #djs-questions
Can't set role icon
Solved: If unicodeEmoji isn't null you can't set the icon for role
3 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 4/19/2023 in #djs-questions
DiscordAPIError[0]: 405: Method Not Allowed
7 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 4/19/2023 in #djs-questions
DiscordAPIError[0]: 405: Method Not Allowed
no, i think 5 minutes will be enough
7 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 4/19/2023 in #djs-questions
DiscordAPIError[0]: 405: Method Not Allowed
When you click on button my bot creates private thead with embed and select menu. This menu belongs only to one person. I thought that some people can mention another users and they can brake my system. So I`m trying to avoid it by removing users from that thread. Ofc I can use DB, but i thought, that this solution for this problem will be easier.
7 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 4/19/2023 in #djs-questions
DiscordAPIError[0]: 405: Method Not Allowed
because i want to make like menu in private thread
7 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 4/19/2023 in #djs-questions
DiscordAPIError[0]: 405: Method Not Allowed
I tried to mention two persons at the time and my bot removed only fist person
7 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 3/27/2023 in #djs-questions
Select menu
ty
6 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 3/27/2023 in #djs-questions
Select menu
6 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 3/27/2023 in #djs-questions
Select menu
node: v19.2.0 discord.js: 14.8.0
6 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 3/19/2023 in #djs-questions
Guilds count in shards
node: v19.2.0 discord.js: discord.js@14.7.1
4 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 3/15/2023 in #djs-questions
voice system
Ty it helped me
8 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 3/15/2023 in #djs-questions
voice system
} else if (oldVoiceState.channel.id === voice_channel.id && oldVoiceState.channel.members.size === 0) {
} else if (oldVoiceState.channel.id === voice_channel.id && oldVoiceState.channel.members.size === 0) {
8 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 2/15/2023 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'getTextInputValue')
so i think i should do it thru another file
15 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 2/15/2023 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'getTextInputValue')
i tried it in my interactionCreate file and now it logs "test" in console
15 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 2/15/2023 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'getTextInputValue')
but it doesn't logs test in console
15 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 2/15/2023 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'getTextInputValue')
I tried:
if (interaction.isModalSubmit()) {
console.log("test");
}
if (interaction.isModalSubmit()) {
console.log("test");
}
15 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 2/15/2023 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'getTextInputValue')
i should check it with: if (interaction.isModalSubmit()) {}?
15 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 2/15/2023 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'getTextInputValue')
so i have to check if the interaction is modal and then it should work?
15 replies
DIAdiscord.js - Imagine an app
Created by tenfy on 2/15/2023 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'getTextInputValue')
What should I replace this part with? Thank you for help.
15 replies