From d43c0f3a2b6fea798f2f4293e1a74383b6fb68b9 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 3 May 2017 01:22:28 +0000 Subject: [PATCH] Fix Cowsay? --- commands/textedit/cowsay.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/textedit/cowsay.js b/commands/textedit/cowsay.js index ddb3d7d0..03f92d4f 100644 --- a/commands/textedit/cowsay.js +++ b/commands/textedit/cowsay.js @@ -1,5 +1,5 @@ const { Command } = require('discord.js-commando'); -const { stripIndents } = require('common-tags'); +const { stripIndent } = require('common-tags'); module.exports = class CowsayCommand extends Command { constructor(client) { @@ -26,7 +26,7 @@ module.exports = class CowsayCommand extends Command { run(msg, args) { const { text } = args; return msg.code(null, - stripIndents` + stripIndent` < ${text} > \\ ^__^ \\ (oO)\\_______