Class RemainingTextAttribute
- Namespace
- DSharpPlus.CommandsNext.Attributes
- Assembly
- DSharpPlus.CommandsNext.dll
Indicates that the command argument takes the rest of the input without parsing.
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
public class RemainingTextAttribute : Attribute
- Inheritance
-
objectAttributeRemainingTextAttribute