new "images" group
This commit is contained in:
parent
f861357698
commit
c482e458d6
4 changed files with 5 additions and 3 deletions
|
@ -8,7 +8,7 @@ module.exports = class godCommand extends Command {
|
|||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'god',
|
||||
group: 'fun',
|
||||
group: 'images',
|
||||
memberName: 'god',
|
||||
description: `Retweet if you aren't afraid to have a picture of god on your timeline`,
|
||||
});
|
|
@ -9,7 +9,7 @@ module.exports = class idubbbzCommand extends Command {
|
|||
super(client, {
|
||||
name: 'idubbbz',
|
||||
aliases: ['idubbz', 'edups'],
|
||||
group: 'fun',
|
||||
group: 'images',
|
||||
memberName: 'idubbbz',
|
||||
description: `Put the text you send in idubbbz piece of paper`,
|
||||
args: [
|
|
@ -9,7 +9,7 @@ module.exports = class idubbbzpaintCommand extends Command {
|
|||
super(client, {
|
||||
name: 'idubbbzpaint',
|
||||
aliases: ['idubbzpaint', 'edupspaint'],
|
||||
group: 'fun',
|
||||
group: 'images',
|
||||
memberName: 'painting',
|
||||
description: `Put the image you send or you in idubbbz painting`,
|
||||
args: [
|
2
index.js
2
index.js
|
@ -19,9 +19,11 @@ client.registry
|
|||
.registerDefaultTypes()
|
||||
.registerGroups([
|
||||
['fun', 'Fun'],
|
||||
['images', 'Images'],
|
||||
['utility', 'Utility'],
|
||||
['admin', 'Admins'],
|
||||
['owner', 'Owner'],
|
||||
|
||||
])
|
||||
.registerDefaultGroups()
|
||||
.registerDefaultCommands({
|
||||
|
|
Loading…
Reference in a new issue