Continuing the discussion from Creating commands involving modified lists (link expired):
So I've been using this format for quite a few things when it comes to inputting particular Queries. I have a Question on how one would add a third option/variable here
!moves$(eval var w = [`Please re-enter the command and either 'flames' or 'coyotes' , Or let a Mod know `]; var c = [`https://bit.ly/3n2WeXQ`]; `$(query)` == `coyotes` || `$(query)` == `yotes` || `$(query)` == `Yotes` || `$(query)` == `Coyotes` ; var f = [`https://bit.ly/3q23eXa`]; `$(query)` == `Flames` || `$(query)` == `flames` || `$(query)` == `atlanta` || `$(query)` == `Atlanta` ? (c) : (f) : (w);)
I thought this might work but I dont have anything parsing the query(?). so it doesnt work as intended giving only a response of Unexpected token ':' I dont know how to get this to work but i love the way this command string works with a two option series of either its on the list or its not.
any ideas?