How do i delete/remove my discord bot's banner using d.js?

I have no idea how and need help
4 Replies
d.js toolkit
d.js toolkit6mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by staff
sex money feelings
discord.js@13.17.1 v21.0.0
darp
darp6mo ago
use
await bot.rest.patch(Routes.user(), {
body: {banner: null},
});
await bot.rest.patch(Routes.user(), {
body: {banner: null},
});
sex money feelings
thank ytou
Want results from more Discord servers?
Add your server