mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 19:04:42 +02:00
List more options in help details
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = class ChocolateMilkCommand extends Command {
|
||||
},
|
||||
{
|
||||
key: 'direction',
|
||||
prompt: 'What direction should the avatar face?',
|
||||
prompt: 'What direction should the avatar face? Either right or left.',
|
||||
type: 'string',
|
||||
oneOf: ['left', 'right'],
|
||||
default: 'left',
|
||||
|
||||
@@ -33,7 +33,7 @@ module.exports = class SipCommand extends Command {
|
||||
},
|
||||
{
|
||||
key: 'direction',
|
||||
prompt: 'What direction should the avatar face?',
|
||||
prompt: 'What direction should the avatar face? Either right or left.',
|
||||
type: 'string',
|
||||
oneOf: ['left', 'right'],
|
||||
default: 'left',
|
||||
|
||||
@@ -27,6 +27,7 @@ module.exports = class AceAttorneyCommand extends Command {
|
||||
group: 'edit-image',
|
||||
memberName: 'ace-attorney',
|
||||
description: 'Sends a text box from Ace Attorney with the quote and character of your choice.',
|
||||
details: `**Characters:** ${Object.keys(characters).join(', ')}`
|
||||
throttling: {
|
||||
usages: 1,
|
||||
duration: 10
|
||||
|
||||
@@ -11,6 +11,7 @@ module.exports = class AppleEngravingCommand extends Command {
|
||||
group: 'edit-image',
|
||||
memberName: 'apple-engraving',
|
||||
description: 'Engraves the text of your choice onto an Apple product.',
|
||||
details: `**Products:** ${Object.keys(products).join(', ')}`,
|
||||
credit: [
|
||||
{
|
||||
name: 'Apple',
|
||||
|
||||
@@ -16,6 +16,7 @@ module.exports = class ConvertImageCommand extends Command {
|
||||
group: 'edit-image',
|
||||
memberName: 'convert-image',
|
||||
description: 'Converts an image or user\'s avatar from one format to another.',
|
||||
details: `**Formats:** ${Object.keys(formats).join(', ')}`,
|
||||
throttling: {
|
||||
usages: 1,
|
||||
duration: 10
|
||||
|
||||
@@ -28,6 +28,7 @@ module.exports = class UndertaleCommand extends Command {
|
||||
group: 'edit-image',
|
||||
memberName: 'undertale',
|
||||
description: 'Sends a text box from Undertale with the quote and character of your choice.',
|
||||
details: `**Characters:** ${characters.join(', ')}`,
|
||||
throttling: {
|
||||
usages: 1,
|
||||
duration: 10
|
||||
|
||||
@@ -14,6 +14,7 @@ module.exports = class WhosThatPokemonCommand extends Command {
|
||||
group: 'games-sp',
|
||||
memberName: 'whos-that-pokemon',
|
||||
description: 'Guess who that Pokémon is.',
|
||||
details: `**Difficulties:** ${difficulties.join(', ')}`,
|
||||
throttling: {
|
||||
usages: 1,
|
||||
duration: 10
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "116.29.1",
|
||||
"version": "116.29.2",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user