M
M
mased_offical2020-07-31 15:45:10
Python
mased_offical, 2020-07-31 15:45:10

How to display on the second line?

And so I have a bot and I want to display a help on 2 lines.
I'm doing help by page, i.e. Cybernator
embed1 = discord.Embed(title="ADMIN Commands",
description=".clear - **Clear messages** .info - **info about server**")
I want to display .info on second line.
I tried through inline but I'm a handyman and so far weak in python

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Ternick, 2020-07-31
@mased_offical

There is a character "\n" <- carriage return to a new line, try it.
Something like this:

description=".clear - **Clear messages**\n.info - **info about server**")

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question