diff --git a/src/commands/images/cat.js b/src/commands/images/cat.js index 9155b0f..a948999 100644 --- a/src/commands/images/cat.js +++ b/src/commands/images/cat.js @@ -9,11 +9,11 @@ module.exports = async (client, interaction, args) => { .then((res) => res.json()).catch({}) .then(async (json) => { client.embed({ - title: `🐱・Random Car`, + title: `🐱・Random Cat`, image: json.link, type: 'editreply' }, interaction) }).catch({}) } - \ No newline at end of file +