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({ await response.edit({
embeds: [ embeds: [
createEmbed("default", context, { 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: { image: {
url: res.image_link url: res.image_link
}, },