! Milk
! Milk
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
thanks
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
no
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
and Happy new year
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
really appreciated
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
thank you
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
wait
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
ill debug
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
ok
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
so thats why the command not working?
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
yes
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
what question
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
no clue why doesnt work
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
he said no err
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
i sent the code to a bot developer
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
me n chatgpt
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
ill try that
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
wait
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
ok
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
thats to register the command
104 replies
DIAdiscord.js - Imagine an app
Created by ! Milk on 1/1/2025 in #djs-questions
Hellp i wanted to make a /timeout command but it doesnt work command is deployed
btw here deploy new SlashCommandBuilder() .setName("timeout") .setDescription("Timeout a user in the server.") .addUserOption((option) => option .setName("target") .setDescription("The user to timeout.") .setRequired(true) ) .addStringOption((option) => option .setName("duration") .setDescription("The timeout duration (e.g., 1h, 2d).") .setRequired(true) ) .addStringOption((option) => option .setName("reason") .setDescription("The reason for the timeout.") .setRequired(false) ),
104 replies