Browse Source

Fix line about PriorityAttribute (#21)

Sorting with the highest number first is *de*scending order.
tags/3.0.0
Joe4evr Still Hsu 4 years ago
parent
commit
75b74e1a3f
No known key found for this signature in database GPG Key ID: 206F30E2490F42C0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/commands/intro.md

+ 1
- 1
docs/guides/commands/intro.md View File

@@ -134,7 +134,7 @@ If, for whatever reason, you have two commands which are ambiguous to
each other, you may use the @Discord.Commands.PriorityAttribute to
specify which should be tested before the other.

The `Priority` attributes are sorted in ascending order; the higher
The `Priority` attributes are sorted in descending order; the higher
priority will be called first.

### Command Context


Loading…
Cancel
Save