Make AI-Generator Names More Clear

This commit is contained in:
Dragon Fire
2020-06-09 13:59:27 -04:00
parent 9a045f84d1
commit 06fe2a0f49
5 changed files with 19 additions and 19 deletions
@@ -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: [