This commit is contained in:
Daniel Odendahl Jr
2018-10-02 00:32:49 +00:00
parent e06d152aac
commit 4de02327eb
+1 -1
View File
@@ -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,