mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 10:25:11 +02:00
Move seeded image gens to seeded-random
This commit is contained in:
@@ -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'],
|
||||
Reference in New Issue
Block a user