mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 08:08:34 +02:00
Make AI-Generator Names More Clear
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
const Command = require('../../structures/Command');
|
||||
|
||||
module.exports = class FursonaCommand extends Command {
|
||||
module.exports = class AiFursonaCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'fursona',
|
||||
aliases: ['this-fursona-does-not-exist'],
|
||||
name: 'ai-fursona',
|
||||
aliases: ['this-fursona-does-not-exist', 'fursona'],
|
||||
group: 'random-img',
|
||||
memberName: 'fursona',
|
||||
memberName: 'ai-fursona',
|
||||
description: 'Responds with a randomly generated fursona.',
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
@@ -1,13 +1,13 @@
|
||||
const Command = require('../../structures/Command');
|
||||
const request = require('node-superfetch');
|
||||
|
||||
module.exports = class PersonCommand extends Command {
|
||||
module.exports = class AiPersonCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'person',
|
||||
aliases: ['this-person-does-not-exist'],
|
||||
name: 'ai-person',
|
||||
aliases: ['this-person-does-not-exist', 'person'],
|
||||
group: 'random-img',
|
||||
memberName: 'person',
|
||||
memberName: 'ai-person',
|
||||
description: 'Responds with a randomly generated person.',
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
@@ -1,12 +1,12 @@
|
||||
const Command = require('../../structures/Command');
|
||||
|
||||
module.exports = class WaifuCommand extends Command {
|
||||
module.exports = class AiWaifuCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'waifu',
|
||||
aliases: ['this-waifu-does-not-exist'],
|
||||
name: 'ai-waifu',
|
||||
aliases: ['this-waifu-does-not-exist', 'waifu'],
|
||||
group: 'random-img',
|
||||
memberName: 'waifu',
|
||||
memberName: 'ai-waifu',
|
||||
description: 'Responds with a randomly generated waifu.',
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
Reference in New Issue
Block a user