Module discord_lumberjack.message_creators.basic_message_creator
Classes
class BasicMessageCreator (monospace: bool = True, lang: str = 'ansi')
-
This class creates messages displayed in plain text.
Args
monospace
:bool
, optional- Whether or not to format the messages as monospace. Defaults to True.
lang
:str
, optional- The language to be used by Discord syntax highlighting. Defaults to "ansi". This is only considered if monospace is True.
Ancestors
- MessageCreator
- abc.ABC
Inherited members