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": {