mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Auto-Aliases
This commit is contained in:
@@ -5,12 +5,12 @@ const dictionary = require('./udmappings');
|
||||
module.exports = class UpsideDownCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'upsidedown',
|
||||
name: 'upside-down',
|
||||
aliases: [
|
||||
'udown'
|
||||
],
|
||||
group: 'textedit',
|
||||
memberName: 'upsidedown',
|
||||
memberName: 'upside-down',
|
||||
description: 'Flips text upside-down.',
|
||||
args: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user