Added support for earlier versions of python
Created by: HighSaltLevels
What/Why
The version of python that I'm running on my server does not yet support f strings. So I've changed it to just use simple string concatenation to give backwards compatibility.