mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -6,8 +6,8 @@ module.exports = class CanYouNotCommand extends Command {
|
||||
name: 'canyounot',
|
||||
group: 'random',
|
||||
memberName: 'canyounot',
|
||||
description: 'Can YOU not? (;canyounot)',
|
||||
examples: [';canyounot']
|
||||
description: 'Can YOU not? (x;canyounot)',
|
||||
examples: ['x;canyounot']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@ module.exports = class GiveFlowerCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'giveflower',
|
||||
description: 'Gives Xiao Pai a flower. (;giveflower)',
|
||||
examples: [';giveflower']
|
||||
description: 'Gives Xiao Pai a flower. (x;giveflower)',
|
||||
examples: ['x;giveflower']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class LennyCommand extends Command {
|
||||
name: 'lenny',
|
||||
group: 'random',
|
||||
memberName: 'lenny',
|
||||
description: 'Responds with the lenny face. (;lenny)',
|
||||
examples: [';lenny']
|
||||
description: 'Responds with the lenny face. (x;lenny)',
|
||||
examples: ['x;lenny']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -13,8 +13,8 @@ module.exports = class MathCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'math',
|
||||
description: 'Does Math (;math 2 + 2)',
|
||||
examples: [';math 2 + 2'],
|
||||
description: 'Does Math (x;math 2 + 2)',
|
||||
examples: ['x;math 2 + 2'],
|
||||
args: [{
|
||||
key: 'expression',
|
||||
prompt: 'What do you want to answer?',
|
||||
|
||||
@@ -10,8 +10,8 @@ module.exports = class MotivateCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'motivate',
|
||||
description: 'Motivates someone. (;motivate @User)',
|
||||
examples: [';motivate @User'],
|
||||
description: 'Motivates someone. (x;motivate @User)',
|
||||
examples: ['x;motivate @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to motivate?',
|
||||
|
||||
@@ -7,8 +7,8 @@ module.exports = class NitroCommand extends Command {
|
||||
name: 'nitro',
|
||||
group: 'random',
|
||||
memberName: 'nitro',
|
||||
description: 'Sends a "This Message Can Only be viewed by Nitro Members" message. (;nitro)',
|
||||
examples: [';nitro']
|
||||
description: 'Sends a "This Message Can Only be viewed by Nitro Members" message. (x;nitro)',
|
||||
examples: ['x;nitro']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class SlowClapCommand extends Command {
|
||||
name: 'slowclap',
|
||||
group: 'random',
|
||||
memberName: 'slowclap',
|
||||
description: '*Slow Clap*. (;slowclap)',
|
||||
examples: [';slowclap']
|
||||
description: '*Slow Clap*. (x;slowclap)',
|
||||
examples: ['x;slowclap']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@ module.exports = class SpamCommand extends Command {
|
||||
name: 'spam',
|
||||
group: 'random',
|
||||
memberName: 'spam',
|
||||
description: 'Puts a picture of Spam. (;spam)',
|
||||
examples: [';spam']
|
||||
description: 'Puts a picture of Spam. (x;spam)',
|
||||
examples: ['x;spam']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@ module.exports = class StrawpollCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'strawpoll',
|
||||
description: 'Creates a Strawpoll with your options. (;strawpoll "Who likes chips?" "Me" "Not Me")',
|
||||
examples: [';strawpoll "Who likes chips?" "Me" "Not Me"'],
|
||||
description: 'Creates a Strawpoll with your options. (x;strawpoll "Who likes chips?" "Me" "Not Me")',
|
||||
examples: ['x;strawpoll "Who likes chips?" "Me" "Not Me"'],
|
||||
args: [{
|
||||
key: 'title',
|
||||
prompt: 'What would you like the title of the Strawpoll to be?',
|
||||
|
||||
@@ -11,8 +11,8 @@ module.exports = class TodayCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'today',
|
||||
description: 'Tells you what happened today. (;today)',
|
||||
examples: [';today']
|
||||
description: 'Tells you what happened today. (x;today)',
|
||||
examples: ['x;today']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@ module.exports = class WouldYouRatherCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'wouldyourather',
|
||||
description: 'Gets a random would you rather question. (;wouldyourather)',
|
||||
examples: [';wouldyourather']
|
||||
description: 'Gets a random would you rather question. (x;wouldyourather)',
|
||||
examples: ['x;wouldyourather']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user