mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Aliases
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = class DarkThemeLightThemeCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'dark-theme-light-theme',
|
name: 'dark-theme-light-theme',
|
||||||
aliases: ['light-theme-dark-theme', 'dark-theme', 'light-theme'],
|
aliases: ['light-theme-dark-theme', 'dark-theme', 'light-theme', 'dark-light', 'dtlt'],
|
||||||
group: 'single',
|
group: 'single',
|
||||||
memberName: 'dark-theme-light-theme',
|
memberName: 'dark-theme-light-theme',
|
||||||
description: 'Determines whether you use dark or light theme.',
|
description: 'Determines whether you use dark or light theme.',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "92.1.3",
|
"version": "92.1.4",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user