mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 13:34:14 +02:00
refactor: run prettier
This commit is contained in:
parent
fabd381051
commit
d8c91fd39b
1448
pnpm-lock.yaml
generated
1448
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -359,7 +359,7 @@ export class PrivateCommand extends Subcommand {
|
||||
} else if (user.roles.cache.has(IDs.roles.staff.mediaCoordinator)) {
|
||||
name = 'media';
|
||||
id = IDs.roles.staff.mediaCoordinator;
|
||||
} else if (user.roles.cache.has(IDs.roles.staff.hrCoordinator)) {
|
||||
} else if (user.roles.cache.has(IDs.roles.staff.hrCoordinator)) {
|
||||
name = 'hr';
|
||||
id = IDs.roles.staff.hrCoordinator;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user