We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec68ba commit f40521fCopy full SHA for f40521f
src/Core/Command/Command.js
@@ -386,7 +386,7 @@ class Command extends Base {
386
} else if (this.permissions.serverMod) {
387
perm = '`Server Mod`';
388
} else if (this.permissions.author.needed.length > 0) {
389
- perm = this.permissions.author.permissions.author
+ perm = this.permissions.author.needed
390
.map(p => `\`${this.library.enums.PERMISSIONS_NAMES[p]}\``)
391
.join(', ');
392
}
0 commit comments