I am trying to make a dynamic Rank update command,
currently it is:
!rank
XXX is currently Rank: $(rankupdate)
Alias: $rankupdate
!rankupdate
G1
When I run !rank, it just says G1, instead of saying:
xxx is currently Rank: G1
I have a bit of bash experience, so this shouldn't be this hard, am I missing a symbol?