Removed a lot of useless imports and adjusted some code to use f-strings rather than string building with pluses.
This looks much nicer.
As for useless imports, I have removed the apscheduler module as the discord.py library already provides task looping.
Removed cog loading/unloading/reloading commands as they are unnecessary.