Available Since: V1.3.0
Test if the user has a specific permission then draw one of two possible strings.
| Parameter | Description |
|---|---|
| perm | The permission to test for. |
| then | The string to output if the user has the given permission. |
| else | The optional string to output if the user does not have the permission. |