So i want to be able to add a second $(query) to a command based on a query... so i have
!addcom !leaderboard Current Leaderboard :
!addcom !setleaderboard -a=!commands edit !leaderboard Current Leaderboard: $(query)
And that works fine but i'd like to see if i could add a query to the !leaderboard command without having to add it to the !setleaderboard command. The variables $(1) and $(2) could be used in the "set" command however id like to be able to check anyone's status in the posted leaderboard link without having it be preset. Is there any work around to this?