Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing the style of the fields #70

Closed
marcofucito opened this issue Oct 18, 2021 · 1 comment
Closed

Changing the style of the fields #70

marcofucito opened this issue Oct 18, 2021 · 1 comment

Comments

@marcofucito
Copy link

Hi,
Is it possible to change the style of the fields?
I would like to reverse the style of the Fields:
Put the name of the fields in gray, and the value in bold

like in the following screen

image

Thank you

@lovvskillz
Copy link
Owner

just swap the values

embed.add_embed_field(name='YOUR VALUE', value='YOUR NAME')
embed.add_embed_field(name='YOUR NEXT VALUE', value='YOUR NEXT NAME')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants