Miscewwanyeous¶
This section documents evewything in the commands e-extension that doesn’t fit i-i-into any othew section, but isn’t big enyough to have its own section.
Cwasses¶
Paginyatow¶
- class disnake.ext.commands.Paginator(prefix='```', suffix='```', max_size=2000, linesep='\n')[source]¶
A cwass that aids in paginyating code bwocks fow Discowd messages.
- len(x)
Wetuwns the totaw nyumbew of chawactews in the paginyatow.
- linesep¶
The chawactew stwing insewted between winyes. e.g. a nyewwinye chawactew.
Nyew in vewsion 1.7.
- Type:
- add_line(line='', *, empty=False)[source]¶
Adds a winye to the cuwwent page.
If the winye exceeds the
max_sizethen an exception is waised.- Pawametews:
- Waises:
W-W-WuntimeEwwow – The winye was too big fow the cuwwent
max_size.