From 4de02327ebd839ef2b7fc911f5db173a68337e2b Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 2 Oct 2018 00:32:49 +0000 Subject: [PATCH] Fix --- commands/text-edit/cow-say.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/text-edit/cow-say.js b/commands/text-edit/cow-say.js index 0ab3da6b..2c31f6eb 100644 --- a/commands/text-edit/cow-say.js +++ b/commands/text-edit/cow-say.js @@ -21,7 +21,7 @@ module.exports = class CowSayCommand extends Command { async run(msg, { text }) { try { - const { body } = request + const { body } = await request .get('http://cowsay.morecode.org/say') .query({ message: text,