Fix line about PriorityAttribute (#21)

Sorting with the highest number first is *de*scending order.
This commit is contained in:
Joe4evr
2021-03-15 02:48:59 +01:00
committed by Still Hsu
parent 76a878a3e1
commit 75b74e1a3f

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