Discord.Net/docs/_overwrites/Commands/PreconditionAttribute.Remarks.Inclusion.md
2024-06-13 17:43:59 +12:00

284 B

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.