#code
1 messages · Page 1 of 1 (latest)
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
@swift jungle
whats throwing the error? the unban?
/home/runner/test/node_modules/@discordjs/rest/dist/index.js:659
throw new DiscordAPIError(data, "code" in data ? data.code : data.error, status, method, url, requestData);
^
DiscordAPIError[10026]: Unknown Ban
at SequentialHandler.runRequest (/home/runner/test/node_modules/@discordjs/rest/dist/index.js:659:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async SequentialHandler.queueRequest (/home/runner/test/node_modules/@discordjs/rest/dist/index.js:458:14)
at async REST.request (/home/runner/test/node_modules/@discordjs/rest/dist/index.js:902:22)
at async GuildBanManager.remove (/home/runner/test/node_modules/discord.js/src/managers/GuildBanManager.js:199:5) {
requestBody: { files: undefined, json: undefined },
rawError: { message: 'Unknown Ban', code: 10026 },
code: 10026,
status: 404,
method: 'DELETE',
url: 'https://discord.com/api/v10/guilds/958108447470125066/bans/347930187167563778'
}
there is the eorror
i mean ur banning and immediately unbanning right after, i don’t see anything wrong with ur code but it could just be ur trying to unban them too quickly after ur banning them