Escape owo face that can result in broken markdown

This commit is contained in:
Dragon Fire
2021-02-09 16:47:15 -05:00
parent ea43385741
commit 4f3bd6464f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "129.0.2",
"version": "129.0.3",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {