mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-15 17:18:20 +01:00
fix(arabot): fix typo that did not include mentor coordinator in error text
This commit is contained in:
@@ -41,7 +41,7 @@ export class MentorCoordinatorOnlyPrecondition extends AllFlowsPrecondition {
|
||||
private async checkMentorCoordinator(user: GuildMember) {
|
||||
return user.roles.cache.has(IDs.roles.staff.mentorCoordinator)
|
||||
? this.ok()
|
||||
: this.error({ message: 'Only coordinators can run this command!' });
|
||||
: this.error({ message: 'Only mentor coordinators can run this command!' });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user