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) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'god',
|
name: 'god',
|
||||||
group: 'fun',
|
group: 'images',
|
||||||
memberName: 'god',
|
memberName: 'god',
|
||||||
description: `Retweet if you aren't afraid to have a picture of god on your timeline`,
|
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, {
|
super(client, {
|
||||||
name: 'idubbbz',
|
name: 'idubbbz',
|
||||||
aliases: ['idubbz', 'edups'],
|
aliases: ['idubbz', 'edups'],
|
||||||
group: 'fun',
|
group: 'images',
|
||||||
memberName: 'idubbbz',
|
memberName: 'idubbbz',
|
||||||
description: `Put the text you send in idubbbz piece of paper`,
|
description: `Put the text you send in idubbbz piece of paper`,
|
||||||
args: [
|
args: [
|
|
@ -9,7 +9,7 @@ module.exports = class idubbbzpaintCommand extends Command {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'idubbbzpaint',
|
name: 'idubbbzpaint',
|
||||||
aliases: ['idubbzpaint', 'edupspaint'],
|
aliases: ['idubbzpaint', 'edupspaint'],
|
||||||
group: 'fun',
|
group: 'images',
|
||||||
memberName: 'painting',
|
memberName: 'painting',
|
||||||
description: `Put the image you send or you in idubbbz painting`,
|
description: `Put the image you send or you in idubbbz painting`,
|
||||||
args: [
|
args: [
|
2
index.js
2
index.js
|
@ -19,9 +19,11 @@ client.registry
|
||||||
.registerDefaultTypes()
|
.registerDefaultTypes()
|
||||||
.registerGroups([
|
.registerGroups([
|
||||||
['fun', 'Fun'],
|
['fun', 'Fun'],
|
||||||
|
['images', 'Images'],
|
||||||
['utility', 'Utility'],
|
['utility', 'Utility'],
|
||||||
['admin', 'Admins'],
|
['admin', 'Admins'],
|
||||||
['owner', 'Owner'],
|
['owner', 'Owner'],
|
||||||
|
|
||||||
])
|
])
|
||||||
.registerDefaultGroups()
|
.registerDefaultGroups()
|
||||||
.registerDefaultCommands({
|
.registerDefaultCommands({
|
||||||
|
|
Loading…
Reference in a new issue