[PR #6672/2ed82e03 backport][stable-7] Use semantic markup (modules d-g) (#6702)

Use semantic markup (modules d-g) (#6672)

* Use semantic markup.

* 'ignore:' is no longer needed.

* E() now works better.

(cherry picked from commit 2ed82e0318)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2023-06-15 19:04:16 +02:00 committed by GitHub
parent ecf6f585ee
commit 92466e0dbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 307 additions and 306 deletions

View file

@ -43,7 +43,7 @@ options:
content:
description:
- Content of the message to the Discord channel.
- At least one of I(content) and I(embeds) must be specified.
- At least one of O(content) and O(embeds) must be specified.
type: str
username:
description:
@ -55,7 +55,7 @@ options:
type: str
tts:
description:
- Set this to C(true) if this is a TTS (Text to Speech) message.
- Set this to V(true) if this is a TTS (Text to Speech) message.
type: bool
default: false
embeds:
@ -63,7 +63,7 @@ options:
- Send messages as Embeds to the Discord channel.
- Embeds can have a colored border, embedded images, text fields and more.
- "Allowed parameters are described in the Discord Docs: U(https://discord.com/developers/docs/resources/channel#embed-object)"
- At least one of I(content) and I(embeds) must be specified.
- At least one of O(content) and O(embeds) must be specified.
type: list
elements: dict
'''