#help simple
1 messages · Page 1 of 1 (latest)
what means js message
i mean
so how would i make a description
so i can shift down and add lua and add a lua code?
I want to make a message like this
spacedown
spacedown
spacedown
u get it?
you can use that https://discordjs.guide/popular-topics/builders.html#formatters
or
.setDescription(`\`\`\`js\n code here \`\`\` `)
and that thing does the formaters above for you
\n
\n
so like this?
.setDescription(hey/n
heyagain)
no
well add the `
literally an example right here
.setDescription('hey\nheyagain')
ok
the \n makes a newline