how to get this gray border thing around the dates

No description
4 Replies
d.js toolkit
d.js toolkit3d 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 OP
Mark
Mark3d ago
use backticks `
d.js docs
d.js docs3d ago
Codeblocks: ```js const Discord = require("discord.js"); // further code ``` becomes
const Discord = require("discord.js");
// further code
const Discord = require("discord.js");
// further code
Inline Code: `console.log('inline!');` becomes console.log('inline!'); Message formatting (mentions, timestamps, emoji, etc.): learn more
vezziee
vezzieeOP3d ago
huh so it was backticks and no special thing? 😭

Did you find this page helpful?