1
0
Fork 0

new "images" group

Commando
loicbersier 6 years ago
parent f861357698
commit c482e458d6

@ -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: [

@ -19,9 +19,11 @@ client.registry
.registerDefaultTypes()
.registerGroups([
['fun', 'Fun'],
['images', 'Images'],
['utility', 'Utility'],
['admin', 'Admins'],
['owner', 'Owner'],
])
.registerDefaultGroups()
.registerDefaultCommands({

Loading…
Cancel
Save