sveet
sveet
DIAdiscord.js - Imagine an app
Created by sveet on 3/21/2024 in #djs-questions
question about liability
I read it, so I have to block the ability to send links? if so, how should I do it in the case of embeds
11 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/21/2024 in #djs-questions
question about liability
I am mainly interested in the content that the user will send via my bot
11 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/21/2024 in #djs-questions
question about liability
Thanks, I'll read it later and can you briefly describe it please?
11 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
it will no longer expire
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
I can send you the whole code, but dm?
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
I'm stupid I don't understand how to do it
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
+
let embed;
embed.spliceFields(0, 1, {
name: 'Członkowie',
value: party.map((memberId) => `- <@${memberId}>`).join('\n')
});

await message.edit({
embeds: [embed]
});
let embed;
embed.spliceFields(0, 1, {
name: 'Członkowie',
value: party.map((memberId) => `- <@${memberId}>`).join('\n')
});

await message.edit({
embeds: [embed]
});
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
.addFields(
{ name: 'Członkowie', value: party.map((memberId) => `- <@${memberId}>`).join('\n') },
)
.addFields(
{ name: 'Członkowie', value: party.map((memberId) => `- <@${memberId}>`).join('\n') },
)
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
I don't understand it myself I did it just like on the website and console.log returns very little I don't know what exactly you mean
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
I did it, I don't understand what you are writing now.
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
Field value is empty
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
I don't know, nothing works and I just want to remove players from the embed
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
how
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
returns nothing
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
CombinedPropertyError (1)
Received one or more errors

input[0]
| CombinedPropertyError (1)
| Received one or more errors
|
| input.value
| | ExpectedConstraintError > s.string.lengthGreaterThanOrEqual
| | Invalid string length
| |
| | Expected: expected.length >= 1
| |
| | Received:
| | | ''
CombinedPropertyError (1)
Received one or more errors

input[0]
| CombinedPropertyError (1)
| Received one or more errors
|
| input.value
| | ExpectedConstraintError > s.string.lengthGreaterThanOrEqual
| | Invalid string length
| |
| | Expected: expected.length >= 1
| |
| | Received:
| | | ''
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
hm
32 replies
DIAdiscord.js - Imagine an app
Created by sveet on 3/5/2024 in #djs-questions
I don't know how to fix it
So how to do it another way?
32 replies