mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 06:24:15 +02:00
fix(arabot): change order of preconditions
This commit is contained in:
parent
0fcb6c5985
commit
084163d792
@ -27,7 +27,7 @@ export class HappyCommand extends Command {
|
|||||||
...options,
|
...options,
|
||||||
name: 'happy',
|
name: 'happy',
|
||||||
description: 'Express your happiness',
|
description: 'Express your happiness',
|
||||||
preconditions: [['PatreonOnly', 'CoordinatorOnly']],
|
preconditions: [['CoordinatorOnly', 'PatreonOnly']],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ export class HugCommand extends Command {
|
|||||||
...options,
|
...options,
|
||||||
name: 'hug',
|
name: 'hug',
|
||||||
description: 'Hug a user',
|
description: 'Hug a user',
|
||||||
preconditions: [['PatreonOnly', 'CoordinatorOnly']],
|
preconditions: [['CoordinatorOnly', 'PatreonOnly']],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ export class KillCommand extends Command {
|
|||||||
...options,
|
...options,
|
||||||
name: 'kill',
|
name: 'kill',
|
||||||
description: 'Kill a user',
|
description: 'Kill a user',
|
||||||
preconditions: [['PatreonOnly', 'CoordinatorOnly']],
|
preconditions: [['CoordinatorOnly', 'PatreonOnly']],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ export class PokeCommand extends Command {
|
|||||||
...options,
|
...options,
|
||||||
name: 'poke',
|
name: 'poke',
|
||||||
description: 'Poke a user',
|
description: 'Poke a user',
|
||||||
preconditions: [['PatreonOnly', 'CoordinatorOnly']],
|
preconditions: [['CoordinatorOnly', 'PatreonOnly']],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ export class SadCommand extends Command {
|
|||||||
...options,
|
...options,
|
||||||
name: 'sad',
|
name: 'sad',
|
||||||
description: 'Express your sadness',
|
description: 'Express your sadness',
|
||||||
preconditions: [['PatreonOnly', 'CoordinatorOnly']],
|
preconditions: [['CoordinatorOnly', 'PatreonOnly']],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user