mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 20:55:16 +00:00
commit
9736b26658
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((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)
|
||||||
}).catch({})
|
}).catch({})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue