Discord Formatting Help

Status
This thread has been locked.

Joseph P

Freelance cinematographer & video producer
Banned
Feedback score
12
Posts
277
Reactions
121
Resources
0
Hey,

Was wondering how text could be formatted like this in Discord:
A937_F73_A_530_F_4094_ABC0_9515_E24_A26_D0.jpg


All replies are appreciated, thanks!
 
Banned forever. Reason: Ban Evading (Auzora)
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

3847473828363

\)/
Premium
Feedback score
9
Posts
346
Reactions
204
Resources
0
If I’m getting this correctly, you can just use the return key on a tablet or phone? Works for me fine.
 

Inherit

KingMC Owner
Premium
Feedback score
24
Posts
475
Reactions
132
Resources
0
On pc its shift + enter.

Edit: Not sure if it was the code that you wanted or just the ability to type like that.
 
Last edited:

Joseph P

Freelance cinematographer & video producer
Banned
Feedback score
12
Posts
277
Reactions
121
Resources
0
Code:
if (command === "help") {
    var embed = new Discord.RichEmbed()
    .setTitle("Help | Commands")
    .setDescription ("+help \n+website \n+status \n+new (To create a ticket) ")
}

Shows "help" as a header.
And the +help etc commands where the text goes.
In an embed way

Code:
if (command === 'announce') {
    message.delete();
    const announceMessage = args.join(" ");
    message.channel.send({embed: {
        color: 0x800080,
        description: announceMessage
    }});
}

It will announce messages, like the screenshot you provided.


If you want, I can make you a bot like that for $2
Add my Discord: Joseph P#7547
 
Banned forever. Reason: Ban Evading (Auzora)
Status
This thread has been locked.
Top