I feel like an utter idiot. Here's what I'm trying to do:
I want "!command ARGUMENT" to turn the ARGUMENT into lowercase and then return the contents of a file from my server, where ARGUMENT is the file name, so that "!command FiLeNAME" returns the contents of https://www.myserver.com/directory/filename
This is probably incredibly easy to do, but somehow I'm stuck. Any help would be much appreciated!