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,