yiun
DIAdiscord.js - Imagine an app
•Created by yiun on 8/12/2024 in #djs-questions
the submitreview button is only becoming available after i submit all the 4 inputs and resubmit sum
{
postInfoFilled: false,
paymentInfoFilled: false,
lastSelectedChannel: false,
lastSelectedSchedule: 'per-task'
}
{
postInfoFilled: false,
paymentInfoFilled: false,
lastSelectedChannel: 'hiring-builder',
lastSelectedSchedule: 'per-task'
}
{
postInfoFilled: true,
paymentInfoFilled: false,
lastSelectedChannel: 'hiring-builder',
lastSelectedSchedule: 'per-task'
}
{
postInfoFilled: true,
paymentInfoFilled: true,
lastSelectedChannel: 'hiring-builder',
lastSelectedSchedule: 'per-task'
}
{
postInfoFilled: true,
paymentInfoFilled: true,
lastSelectedChannel: 'hiring-builder',
lastSelectedSchedule: 'upon-completion'
}
its only becoming available in the last log, it should be becoming available before that, idk how i could fix this :/
15 replies
DIAdiscord.js - Imagine an app
•Created by yiun on 8/5/2024 in #djs-questions
Am trying to add a modal to update a embed
6 replies