mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Bunch of new aliases
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = class BronySpeakCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'brony-speak',
|
||||
aliases: ['pony-speak'],
|
||||
aliases: ['pony-speak', 'my-little-pony-speak', 'mlp-speak'],
|
||||
group: 'edit-text',
|
||||
memberName: 'brony-speak',
|
||||
description: 'Converts text to brony speak.',
|
||||
|
||||
@@ -5,6 +5,7 @@ module.exports = class CowSayCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'cow-say',
|
||||
aliases: ['cow'],
|
||||
group: 'edit-text',
|
||||
memberName: 'cow-say',
|
||||
description: 'Makes a cow say your text.',
|
||||
|
||||
@@ -6,7 +6,7 @@ module.exports = class EmojifyCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'emojify',
|
||||
aliases: ['regional-indicator'],
|
||||
aliases: ['regional-indicator', 'big-text'],
|
||||
group: 'edit-text',
|
||||
memberName: 'emojify',
|
||||
description: 'Converts text to emoji form.',
|
||||
|
||||
@@ -6,7 +6,14 @@ module.exports = class NobodyNameCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'nobody-name',
|
||||
aliases: ['organization-name', 'org-name', 'organization-xiii-name'],
|
||||
aliases: [
|
||||
'organization-name',
|
||||
'org-name',
|
||||
'organization-xiii-name',
|
||||
'organization-13-name',
|
||||
'org-13-name',
|
||||
'org-xiii-name'
|
||||
],
|
||||
group: 'edit-text',
|
||||
memberName: 'nobody-name',
|
||||
description: 'Converts a name into the Organization XIII style.',
|
||||
|
||||
Reference in New Issue
Block a user