mirror of
https://github.com/Expand-sys/expandchatbotv2
synced 2025-12-18 15:02:13 +11:00
awdwad
This commit is contained in:
parent
8ae3b9956f
commit
ec9c6e28e5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ module.exports = {
|
||||||
let imageurl = interaction.options.getAttachment("image").url
|
let imageurl = interaction.options.getAttachment("image").url
|
||||||
interaction.deferReply()
|
interaction.deferReply()
|
||||||
|
|
||||||
var resp = await deepai.callStandardApi("deep-dream", {
|
var resp = await deepai.callStandardApi("deepdream", {
|
||||||
image: `${imageurl}`,
|
image: `${imageurl}`,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue