LuckPerms / clippy

A (very) helpful office assistant for the LuckPerms Discord.
https://discord.gg/luckperms
MIT License
11 stars 23 forks source link

Update more commands to use trigger system. #58

Closed benwoo1110 closed 3 years ago

benwoo1110 commented 3 years ago

Some things are still not complete for the trigger system

Things to do:

lucko commented 3 years ago

I think Turbo meant to suggest using Array.every()

.some() will return true if at least one of the permissions match, whereas we actually want to check whether all of them do.

lucko commented 3 years ago

Good stuff, thanks!