mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 06:45:31 +02:00
Improve owo
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
const { Command } = require('discord.js-commando');
|
||||
const faces = ['(・`ω´・)', ';;w;;', 'owo', 'UwU', '>w<', '^w^'];
|
||||
|
||||
module.exports = class OwOCommand extends Command {
|
||||
constructor(client) {
|
||||
@@ -32,6 +33,8 @@ module.exports = class OwOCommand extends Command {
|
||||
.replace(/n([aeiou])/g, 'ny$1')
|
||||
.replace(/N([aeiou])/g, 'Ny$1')
|
||||
.replace(/N([AEIOU])/g, 'NY$1')
|
||||
.replace(/ove/g, 'uv');
|
||||
.replace(/ove/g, 'uv')
|
||||
.replace(/\!+/g, ` ${faces[Math.floor(Math.random() * faces.length)]} `)
|
||||
.trim();
|
||||
}
|
||||
};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "73.2.5",
|
||||
"version": "73.2.6",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user