content:'Translate what you send in your desired language. You can find the language code here: https://tech.yandex.com/translate/doc/dg/concepts/api-overview-docpage/',
usage:'[language code] [Text to translate]',
examples:['fr What are we doing today?','en Que faisons-nous aujourd\'hui?']
returnmessage.channel.send(`${response.message}, you probably didin't input the correct language code, you can check them here! https://tech.yandex.com/translate/doc/dg/concepts/api-overview-docpage/`);
elseif(response.code!='200')
returnmessage.channel.send('An error has occured');