From ac0382f8f11623a65300dc72ecd0dcdae9652916 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 7 Jun 2020 21:00:05 -0400 Subject: [PATCH] Fix --- commands/random-img/awwnime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/random-img/awwnime.js b/commands/random-img/awwnime.js index 29289a77..f02c4820 100644 --- a/commands/random-img/awwnime.js +++ b/commands/random-img/awwnime.js @@ -8,7 +8,7 @@ module.exports = class AwwnimeCommand extends SubredditCommand { name: 'awwnime', aliases: ['aww-anime', 'moe'], group: 'random-img', - memberName: 'meme', + memberName: 'awwnime', description: 'Responds with cute random anime art.', clientPermissions: ['EMBED_LINKS'], postType: 'image',