make art use the primary bot prefix

This commit is contained in:
derpystuff 2022-06-15 20:45:56 +02:00
parent 7aff8e079f
commit e47952481d

View file

@ -89,7 +89,7 @@ module.exports = {
await response.edit({
embeds: [
createEmbed("default", context, {
description: `${codeblock(`py`, [`lc.art -type ${args.type.toLowerCase()} -seed ${seed} -variance ${variance} -rotate ${rotate}`])}`,
description: `${codeblock(`py`, [`${context.commandClient.prefixes.custom.first()}art -type ${args.type.toLowerCase()} -seed ${seed} -variance ${variance} -rotate ${rotate}`])}`,
image: {
url: res.image_link
},