This commit is contained in:
Anugrah Bimantara 2023-01-16 06:04:34 +07:00 committed by GitHub
parent dbf229e771
commit cf1ec85337
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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({})
}