mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 19:45:16 +00:00
Fix typo
This commit is contained in:
parent
dbf229e771
commit
cf1ec85337
1 changed files with 2 additions and 2 deletions
|
|
@ -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({})
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue