mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 10:02:05 +02:00
Fix Cowsay?
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
const { Command } = require('discord.js-commando');
|
const { Command } = require('discord.js-commando');
|
||||||
const { stripIndents } = require('common-tags');
|
const { stripIndent } = require('common-tags');
|
||||||
|
|
||||||
module.exports = class CowsayCommand extends Command {
|
module.exports = class CowsayCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
@@ -26,7 +26,7 @@ module.exports = class CowsayCommand extends Command {
|
|||||||
run(msg, args) {
|
run(msg, args) {
|
||||||
const { text } = args;
|
const { text } = args;
|
||||||
return msg.code(null,
|
return msg.code(null,
|
||||||
stripIndents`
|
stripIndent`
|
||||||
< ${text} >
|
< ${text} >
|
||||||
\\ ^__^
|
\\ ^__^
|
||||||
\\ (oO)\\_______
|
\\ (oO)\\_______
|
||||||
|
|||||||
Reference in New Issue
Block a user