mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Remove Help Examples
This commit is contained in:
@@ -6,8 +6,7 @@ module.exports = class CanYouNotCommand extends Command {
|
||||
name: 'canyounot',
|
||||
group: 'random',
|
||||
memberName: 'canyounot',
|
||||
description: 'Can YOU not? (x;canyounot)',
|
||||
examples: ['x;canyounot']
|
||||
description: 'Can YOU not?'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -11,8 +11,7 @@ module.exports = class EasterEggCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'easteregg',
|
||||
description: 'Can you discover all the easter eggs? (x;easteregg I\'m an easter egg)',
|
||||
examples: ['x;easteregg I\'m an easter egg'],
|
||||
description: 'Can you discover all the easter eggs?',
|
||||
args: [{
|
||||
key: 'tag',
|
||||
prompt: 'What easter egg do you want to view?',
|
||||
|
||||
@@ -10,8 +10,7 @@ module.exports = class GiveFlowerCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'giveflower',
|
||||
description: 'Gives Xiao Pai a flower. (x;giveflower)',
|
||||
examples: ['x;giveflower']
|
||||
description: 'Gives Xiao Pai a flower.'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -6,8 +6,7 @@ module.exports = class LennyCommand extends Command {
|
||||
name: 'lenny',
|
||||
group: 'random',
|
||||
memberName: 'lenny',
|
||||
description: 'Responds with the lenny face. (x;lenny)',
|
||||
examples: ['x;lenny']
|
||||
description: 'Responds with the lenny face.'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -5,16 +5,9 @@ module.exports = class MathCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'math',
|
||||
aliases: [
|
||||
'add',
|
||||
'subtract',
|
||||
'multiply',
|
||||
'divide'
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'math',
|
||||
description: 'Does Math (x;math 2 + 2)',
|
||||
examples: ['x;math 2 + 2'],
|
||||
description: 'Does math.',
|
||||
args: [{
|
||||
key: 'expression',
|
||||
prompt: 'What do you want to answer?',
|
||||
|
||||
@@ -10,8 +10,7 @@ module.exports = class MotivateCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'motivate',
|
||||
description: 'Motivates someone. (x;motivate @User)',
|
||||
examples: ['x;motivate @User'],
|
||||
description: 'Motivates something/someone.',
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to motivate?',
|
||||
|
||||
@@ -7,8 +7,7 @@ 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. (x;nitro)',
|
||||
examples: ['x;nitro']
|
||||
description: 'Sends a "This Message Can Only be viewed by Nitro Members" message.'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -6,8 +6,7 @@ module.exports = class SlowClapCommand extends Command {
|
||||
name: 'slowclap',
|
||||
group: 'random',
|
||||
memberName: 'slowclap',
|
||||
description: '*Slow Clap*. (x;slowclap)',
|
||||
examples: ['x;slowclap']
|
||||
description: '*Slow Clap*.'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -6,8 +6,7 @@ module.exports = class SpamCommand extends Command {
|
||||
name: 'spam',
|
||||
group: 'random',
|
||||
memberName: 'spam',
|
||||
description: 'Puts a picture of Spam. (x;spam)',
|
||||
examples: ['x;spam']
|
||||
description: 'Puts a picture of Spam.'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -6,13 +6,11 @@ module.exports = class StrawpollCommand extends Command {
|
||||
super(client, {
|
||||
name: 'strawpoll',
|
||||
aliases: [
|
||||
'poll',
|
||||
'survey'
|
||||
'poll'
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'strawpoll',
|
||||
description: 'Creates a Strawpoll with your options. (x;strawpoll "Who likes chips?" "Me" "Not Me")',
|
||||
examples: ['x;strawpoll "Who likes chips?" "Me" "Not Me"'],
|
||||
description: 'Creates a Strawpoll with your options.',
|
||||
args: [{
|
||||
key: 'title',
|
||||
prompt: 'What would you like the title of the Strawpoll to be?',
|
||||
|
||||
@@ -11,8 +11,7 @@ module.exports = class TodayCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'today',
|
||||
description: 'Tells you what happened today. (x;today)',
|
||||
examples: ['x;today']
|
||||
description: 'Tells you what happened today in history.'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -12,8 +12,7 @@ module.exports = class WouldYouRatherCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'wouldyourather',
|
||||
description: 'Gets a random would you rather question. (x;wouldyourather)',
|
||||
examples: ['x;wouldyourather']
|
||||
description: 'Gets a random would you rather question.'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user