Change in the way Requests work

This commit is contained in:
Daniel Odendahl Jr
2017-04-03 20:38:18 +00:00
parent 0d05032bb3
commit 06e1cd9c50
18 changed files with 213 additions and 118 deletions
-1
View File
@@ -34,7 +34,6 @@ module.exports = class YodaCommand extends commando.Command {
.query({
sentence: turnToYoda
});
if (!response.text) return message.say(':x: Error! Something went wrong! Keep it simple to avoid this error.');
return message.say(response.text);
}
catch (err) {