Move seeded image gens to seeded-random

This commit is contained in:
Dragon Fire
2021-03-08 18:13:03 -05:00
parent 26dc23f289
commit 7e90333ba9
4 changed files with 6 additions and 6 deletions
@@ -6,7 +6,7 @@ module.exports = class AdorableCommand extends Command {
super(client, {
name: 'adorable',
aliases: ['adorable-avatar'],
group: 'edit-image',
group: 'random-seed',
memberName: 'adorable',
description: 'Creates an adorable avatar based on the text you provide.',
clientPermissions: ['ATTACH_FILES'],
@@ -9,7 +9,7 @@ module.exports = class DicebearCommand extends Command {
super(client, {
name: 'dicebear',
aliases: ['dicebear-avatar'],
group: 'edit-image',
group: 'random-seed',
memberName: 'dicebear',
description: 'Creates a DiceBear avatar based on the text you provide.',
clientPermissions: ['ATTACH_FILES'],
@@ -5,7 +5,7 @@ module.exports = class RobohashCommand extends Command {
constructor(client) {
super(client, {
name: 'robohash',
group: 'edit-image',
group: 'random-seed',
memberName: 'robohash',
description: 'Creates a robot based on the text you provide.',
clientPermissions: ['ATTACH_FILES'],