$olo
$olo
Explore posts from servers
DIAdiscord.js - Imagine a boo! 👻
Created by $olo on 9/13/2024 in #djs-questions
Request error unknow message 10008 but my code isn't related at all to this
my bad
13 replies
DIAdiscord.js - Imagine a boo! 👻
Created by $olo on 9/13/2024 in #djs-questions
Request error unknow message 10008 but my code isn't related at all to this
okay okay
13 replies
DIAdiscord.js - Imagine a boo! 👻
Created by $olo on 9/13/2024 in #djs-questions
Request error unknow message 10008 but my code isn't related at all to this
i was trying to lock my url so make sure no one can remove it but recently discord has changed the thing it now require 2FA
13 replies
DIAdiscord.js - Imagine a boo! 👻
Created by $olo on 9/13/2024 in #djs-questions
Request error unknow message 10008 but my code isn't related at all to this
with a token user
13 replies
DIAdiscord.js - Imagine a boo! 👻
Created by $olo on 9/13/2024 in #djs-questions
Request error unknow message 10008 but my code isn't related at all to this
it was
13 replies
DIAdiscord.js - Imagine a boo! 👻
Created by $olo on 9/13/2024 in #djs-questions
Request error unknow message 10008 but my code isn't related at all to this
rq(`https://discord.com/api/v9/guilds/${guild.id}/vanity-url`, {
"headers": {
"accept": "*/*",
"accept-language": "fr,fr-FR;q=0.9",
"authorization": token,
"content-type": "application/json",
},
"body": `{\"code\":\"${url}\"}`,
"method": "PATCH",
"mode": "cors",
}, (err, response, body) => {
let data = JSON.parse(body);

console.log(data)
})
rq(`https://discord.com/api/v9/guilds/${guild.id}/vanity-url`, {
"headers": {
"accept": "*/*",
"accept-language": "fr,fr-FR;q=0.9",
"authorization": token,
"content-type": "application/json",
},
"body": `{\"code\":\"${url}\"}`,
"method": "PATCH",
"mode": "cors",
}, (err, response, body) => {
let data = JSON.parse(body);

console.log(data)
})
13 replies
DIAdiscord.js - Imagine a boo! 👻
Created by $olo on 9/13/2024 in #djs-questions
Request error unknow message 10008 but my code isn't related at all to this
send request PATCH vanity-url getting this error: { message: 'Message inconnu', code: 10008 }
13 replies