Saw this in a previous post
`!addcom !v -a=!volume $(query)`
But if you type !v on its own it will set your volume to 0.
Would prefer that a null result tells you the current volume. Tinkered around with the following code but it wasn't sticking:
`$(eval x=$(query);for('$(query)' === 'null' ? ''))`
