Table of Contents

Property FailOnInvalidReply

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

FailOnInvalidReply

Gets if the Reply will error if the Reply Message Id does not reference a valid message.

If set to false, invalid replies are send as a regular message.

Defaults to false.

public bool FailOnInvalidReply { get; set; }

Property Value

bool