You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
when i try to change the token avatar i get this
DiscordAPIError: Unknown Message at RequestHandler.execute (/home/container/node_modules/discord.js-selfbot-v13/src/rest/RequestHandler.js:401:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async RequestHandler.push (/home/container/node_modules/discord.js-selfbot-v13/src/rest/RequestHandler.js:62:14) at async ClientUser.edit (/home/container/node_modules/discord.js-selfbot-v13/src/structures/ClientUser.js:158:18) { method: 'patch', path: '/users/@me', code: 10008, httpStatus: 403, captcha: null, requestData: { json: { avatar: 'avatarhere' }, files: [] }, retries: 2 }
this is my code
` if (!url && !message.attachments.first()) return message.react('❌').catch(() => 0);
if (message.attachments.first()) {
url = message.attachments.first().url;
}
`
Beta Was this translation helpful? Give feedback.
All reactions