Merge pull request #86 from bimantaraz/patch-1

Fix typo
This commit is contained in:
Corwin 2023-01-16 06:49:55 +01:00 committed by GitHub
commit 9736b26658
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ module.exports = async (client, interaction, args) => {
.then((res) => res.json()).catch({}) .then((res) => res.json()).catch({})
.then(async (json) => { .then(async (json) => {
client.embed({ client.embed({
title: `🐱・Random Car`, title: `🐱・Random Cat`,
image: json.link, image: json.link,
type: 'editreply' type: 'editreply'
}, interaction) }, interaction)