This commit is contained in:
Expand-sys 2023-02-28 16:19:20 +11:00
parent 8ae3b9956f
commit ec9c6e28e5

View file

@ -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}`,
})