mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 22:27:44 +02:00
Remove Help Examples
This commit is contained in:
@@ -5,10 +5,12 @@ module.exports = class CatCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'cat',
|
||||
aliases: [
|
||||
'neko'
|
||||
],
|
||||
group: 'randomimg',
|
||||
memberName: 'cat',
|
||||
description: 'Sends a random cat picture. (x;cat)',
|
||||
examples: ['x;cat']
|
||||
description: 'Sends a random cat image.'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -10,8 +10,7 @@ module.exports = class PotatoCommand extends Command {
|
||||
],
|
||||
group: 'randomimg',
|
||||
memberName: 'potato',
|
||||
description: 'Sends a random Potato picture. (x;potato)',
|
||||
examples: ['x;potato']
|
||||
description: 'Sends a random potato image.'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -7,8 +7,7 @@ module.exports = class RandomPunCommand extends Command {
|
||||
name: 'pun',
|
||||
group: 'randomimg',
|
||||
memberName: 'pun',
|
||||
description: 'Sends a random pun image. (x;pun)',
|
||||
examples: ['x;pun']
|
||||
description: 'Sends a random pun image.'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -10,8 +10,7 @@ module.exports = class VocaloidCommand extends Command {
|
||||
],
|
||||
group: 'randomimg',
|
||||
memberName: 'vocaloid',
|
||||
description: 'Sends a random VOCALOID song. (x;vocaloid)',
|
||||
examples: ['x;vocaloid']
|
||||
description: 'Sends a random VOCALOID song.'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -10,8 +10,7 @@ module.exports = class XiaoCommand extends Command {
|
||||
],
|
||||
group: 'randomimg',
|
||||
memberName: 'xiaopai',
|
||||
description: 'Sends a random image of Xiao Pai. (x;xiaopai)',
|
||||
examples: ['x;xiaopai']
|
||||
description: 'Sends a random image of Xiao Pai.'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user