mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 21:44:48 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -6,8 +6,8 @@ module.exports = class CuddleCommand extends Command {
|
||||
name: 'cuddle',
|
||||
group: 'roleplay',
|
||||
memberName: 'cuddle',
|
||||
description: 'Cuddles someone. (;cuddle @User)',
|
||||
examples: [';cuddle @User'],
|
||||
description: 'Cuddles someone. (x;cuddle @User)',
|
||||
examples: ['x;cuddle @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class DivorceCommand extends Command {
|
||||
name: 'divorce',
|
||||
group: 'roleplay',
|
||||
memberName: 'divorce',
|
||||
description: 'Divorces someone. (;divorce @User)',
|
||||
examples: [';divorce @User'],
|
||||
description: 'Divorces someone. (x;divorce @User)',
|
||||
examples: ['x;divorce @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class EatCommand extends Command {
|
||||
name: 'eat',
|
||||
group: 'roleplay',
|
||||
memberName: 'eat',
|
||||
description: 'Eats something/someone. (;eat @User)',
|
||||
examples: [';eat @User'],
|
||||
description: 'Eats something/someone. (x;eat @User)',
|
||||
examples: ['x;eat @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class FalconPunchCommand extends Command {
|
||||
name: 'falconpunch',
|
||||
group: 'roleplay',
|
||||
memberName: 'falconpunch',
|
||||
description: 'Falcon Punches someone. (;falconpunch @User)',
|
||||
examples: [';falconpunch @User'],
|
||||
description: 'Falcon Punches someone. (x;falconpunch @User)',
|
||||
examples: ['x;falconpunch @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class FistBumpCommand extends Command {
|
||||
name: 'fistbump',
|
||||
group: 'roleplay',
|
||||
memberName: 'fistbump',
|
||||
description: 'Fistbumps someone. (;fistbump @User)',
|
||||
examples: [';fistbump @User'],
|
||||
description: 'Fistbumps someone. (x;fistbump @User)',
|
||||
examples: ['x;fistbump @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class HighFivesCommand extends Command {
|
||||
name: 'highfive',
|
||||
group: 'roleplay',
|
||||
memberName: 'highfive',
|
||||
description: 'High Fives someone. (;highfive @User)',
|
||||
examples: [';highfive @User'],
|
||||
description: 'High Fives someone. (x;highfive @User)',
|
||||
examples: ['x;highfive @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class HitwithShovelCommand extends Command {
|
||||
name: 'hitwithshovel',
|
||||
group: 'roleplay',
|
||||
memberName: 'hitwithsovel',
|
||||
description: 'Hits someone with a shovel. (;hitwithshovel @User)',
|
||||
examples: [';hitwithshovel @User'],
|
||||
description: 'Hits someone with a shovel. (x;hitwithshovel @User)',
|
||||
examples: ['x;hitwithshovel @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class HugCommand extends Command {
|
||||
name: 'hug',
|
||||
group: 'roleplay',
|
||||
memberName: 'hug',
|
||||
description: 'Hugs someone. (;hug @User)',
|
||||
examples: [';hug @User'],
|
||||
description: 'Hugs someone. (x;hug @User)',
|
||||
examples: ['x;hug @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class InhaleCommand extends Command {
|
||||
name: 'inhale',
|
||||
group: 'roleplay',
|
||||
memberName: 'inhale',
|
||||
description: 'Inhales someone. (;inhale @User)',
|
||||
examples: [';inhale @User'],
|
||||
description: 'Inhales someone. (x;inhale @User)',
|
||||
examples: ['x;inhale @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class KillCommand extends Command {
|
||||
name: 'kill',
|
||||
group: 'roleplay',
|
||||
memberName: 'kill',
|
||||
description: 'Kills someone. (;kill @User)',
|
||||
examples: [';kill @User'],
|
||||
description: 'Kills someone. (x;kill @User)',
|
||||
examples: ['x;kill @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class KissCommand extends Command {
|
||||
name: 'kiss',
|
||||
group: 'roleplay',
|
||||
memberName: 'kiss',
|
||||
description: 'Kisses someone. (;kiss @User)',
|
||||
examples: [';kiss @User'],
|
||||
description: 'Kisses someone. (x;kiss @User)',
|
||||
examples: ['x;kiss @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class MarryCommand extends Command {
|
||||
name: 'marry',
|
||||
group: 'roleplay',
|
||||
memberName: 'marry',
|
||||
description: 'Marries someone. (;marry @User)',
|
||||
examples: [';marry @User'],
|
||||
description: 'Marries someone. (x;marry @User)',
|
||||
examples: ['x;marry @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class PatCommand extends Command {
|
||||
name: 'pat',
|
||||
group: 'roleplay',
|
||||
memberName: 'pat',
|
||||
description: 'Pats someone. (;pat @User)',
|
||||
examples: [';pat @User'],
|
||||
description: 'Pats someone. (x;pat @User)',
|
||||
examples: ['x;pat @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class PokeCommand extends Command {
|
||||
name: 'poke',
|
||||
group: 'roleplay',
|
||||
memberName: 'poke',
|
||||
description: 'Pokes someone. (;poke @User)',
|
||||
examples: [';poke @User'],
|
||||
description: 'Pokes someone. (x;poke @User)',
|
||||
examples: ['x;poke @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class PunchCommand extends Command {
|
||||
name: 'punch',
|
||||
group: 'roleplay',
|
||||
memberName: 'punch',
|
||||
description: 'Punches someone. (;punch @User)',
|
||||
examples: [';punch @User'],
|
||||
description: 'Punches someone. (x;punch @User)',
|
||||
examples: ['x;punch @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class SlapCommand extends Command {
|
||||
name: 'slap',
|
||||
group: 'roleplay',
|
||||
memberName: 'slap',
|
||||
description: 'Slaps someone. (;slap @User)',
|
||||
examples: [';slap @User'],
|
||||
description: 'Slaps someone. (x;slap @User)',
|
||||
examples: ['x;slap @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
Reference in New Issue
Block a user