Expand description
Functions to format text before sending them to the user.
The functions defined in this module do not require any features to be enabled.
Structs§
- Pagify
Options - A struct to set
pagify
’s options.
Functions§
- escape_
mass_ mentions - Returns text after escaping mass mentions (@everyone and @here).
- pagify
- Breaks a large chuck of text into smaller pages.
- text_
to_ file - Creates serenity’s
AttachmentType
from the given text.