Badges
So I am having this issue with badges, I want my badges to go by row but it seems the badges keep colliding together,
7 Replies
- 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 OPHere is my code https://pastebin.com/qxfQMt9U
Pastebin
const Discord = require('discord.js');const axios = require("axios"...
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.
This is what I want it to do its at the very top
But it does this
where the flags are and badges
instead of joining them using
", "
try joining them using a new space "\n"
OMG that worked thanks so much I never thought of it that way!