mirror of
https://github.com/Expand-sys/expandchatbotv2
synced 2025-12-16 22:12:14 +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
|
||||
interaction.deferReply()
|
||||
|
||||
var resp = await deepai.callStandardApi("deep-dream", {
|
||||
var resp = await deepai.callStandardApi("deepdream", {
|
||||
image: `${imageurl}`,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue