From 4f3bd6464fd8a0f772a807ee2203d2035a614df4 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 9 Feb 2021 16:47:15 -0500 Subject: [PATCH] Escape owo face that can result in broken markdown --- commands/edit-text/owo.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/edit-text/owo.js b/commands/edit-text/owo.js index fbb94d1d..728bc71e 100644 --- a/commands/edit-text/owo.js +++ b/commands/edit-text/owo.js @@ -1,5 +1,5 @@ const Command = require('../../structures/Command'); -const faces = ['(・`ω´・)', ';;w;;', 'owo', 'UwU', '>w<', '^w^']; +const faces = ['(・\\`ω´・)', ';;w;;', 'owo', 'UwU', '>w<', '^w^']; module.exports = class OwOCommand extends Command { constructor(client) { diff --git a/package.json b/package.json index d01c149c..adfeecb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "129.0.2", + "version": "129.0.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {