The Guide does not have any examples of this, so Im wondering how I can achive this. Having one of multiple preconditions needing to match Having multiple preconditions needing to match
for - AdminOnly - AND ModOnly OR OwnerOnly - AND InVoiceChannel
but iirc there was also a bug in how precondition AND/OR conditions are resovled but I don't remember the bug exactly and we sadly forgot to ever create a GH issue. That said we also have a GH issue https://github.com/sapphiredev/framework/issues/334 which would probably be a breaking change but make the syntax much easier.
Is your feature request related to a problem? Please describe. Currently the way to combine preconditions is using nested arrays such as: [['AdminOnly', ['ModOnly', 'OwnerOnly&#...