Fix Cowsay?

This commit is contained in:
Daniel Odendahl Jr
2017-05-03 01:22:28 +00:00
parent 2ee1f3e594
commit d43c0f3a2b
+2 -2
View File
@@ -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)\\_______