Table of Contents

Enum CodeType

Namespace
DSharpPlus.Commands.ArgumentModifiers
Assembly
DSharpPlus.Commands.dll

The types of code-formatted text to accept.

[Flags]
public enum CodeType
Extension Methods

Fields

All = Inline | Codeblock

Accept any type of code block.

Codeblock = 2

Accept codeblocks - codeblocks that will contain possibly multiple newlines.

Inline = 1

Accept inline code blocks - codeblocks that will not contain any newlines.