phenom4n4n / phen-cogs

My public cogs for Red, Discord bot.
https://phen-cogs.readthedocs.io/en/latest/
MIT License
120 stars 71 forks source link

[Tags] Add ability to specify AND/OR with the require/blacklist block. #56

Open AceFZ-19 opened 3 years ago

AceFZ-19 commented 3 years ago

I tried to use require block, but unable to check two parameters (&& check) with it. I want role "r1" to be able to use tag "t1" only in channel "c1". I tried {require(r1, c1):Error Message} {command: c1} This tag is working if any of r1 or c1 is satisfied. I want it to work only if both are satisfied Is there any other way? If this section is not meant for these type of questions. Sorry

phenom4n4n commented 3 years ago

Currently this is not possible, however, it does seem like a useful feature so I will be converting this issue into a feature request. In the future, if you have questions head over to my channel named #support_phen-cogs in the Cog Support Server.

AceFZ-19 commented 3 years ago

Alright!