mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Word of the Day, TONS of new aliases
This commit is contained in:
@@ -6,6 +6,7 @@ module.exports = class MorseCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'morse',
|
||||
aliases: ['morse-code'],
|
||||
group: 'text-edit',
|
||||
memberName: 'morse',
|
||||
description: 'Converts text to morse code.',
|
||||
|
||||
@@ -9,6 +9,7 @@ module.exports = class TranslateCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'translate',
|
||||
aliases: ['yandex', 'yandex-translate', 'translate-yandex'],
|
||||
group: 'text-edit',
|
||||
memberName: 'translate',
|
||||
description: 'Translates text to a specified language.',
|
||||
|
||||
@@ -6,7 +6,7 @@ module.exports = class UpsideDownCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'upside-down',
|
||||
aliases: ['udown'],
|
||||
aliases: ['u-down'],
|
||||
group: 'text-edit',
|
||||
memberName: 'upside-down',
|
||||
description: 'Flips text upside-down.',
|
||||
|
||||
@@ -5,6 +5,7 @@ module.exports = class ZalgoCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'zalgo',
|
||||
aliases: ['zalgolize'],
|
||||
group: 'text-edit',
|
||||
memberName: 'zalgo',
|
||||
description: 'Converts text to zalgo.',
|
||||
|
||||
Reference in New Issue
Block a user