Discord.https - v3.0.16
    Preparing search index...

    Function codeBlock

    • Wraps the content inside a code block with no language.

      Type Parameters

      • Content extends string

        This is inferred by the supplied content

      Parameters

      • content: Content

        The content to wrap

      Returns ```` ${Content} ````

    • Wraps the content inside a code block with the specified language.

      Type Parameters

      • Language extends string

        This is inferred by the supplied language

      • Content extends string

        This is inferred by the supplied content

      Parameters

      • language: Language

        The language for the code block

      • content: Content

        The content to wrap

      Returns ````${Language} ${Content} ````