Discord.Net/docs/_overwrites/Commands/PreconditionAttribute.Remarks.Inclusion.md

6 lines
284 B
Markdown
Raw Permalink Normal View History

2024-06-12 22:43:59 -07:00
A "precondition" in the command system is used to determine if a
condition is met before entering the command task. Using a
precondition may aid in keeping a well-organized command logic.
The most common use case being whether a user has sufficient
permission to execute the command.