So im trying to make a !hug command, where if the command is referred to a specific used the results will be different, but i keep getting hit with this error msg. Been wrecking my brain with it for some time now and i got no idea how to solve it (tried multiple iterations on this one already)
/me $(eval if( $(touser) == ed_be) {"hugs Ed around the neck with a spiked wire";} else {$(user); "gives" $(touser); "the biggest of hugs";})
Could use the help...