Table of Contents
API reference

Property CustomAttributes

Namespace
DisCatSharp.ApplicationCommands.Entities
Assembly
DisCatSharp.ApplicationCommands.dll

CustomAttributes

Gets all Non-DisCatSharp attributes this command has. null if reflection failed.

public IReadOnlyList<Attribute>? CustomAttributes { get; }

Property Value

IReadOnlyList<Attribute>