mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
make art use the primary bot prefix
This commit is contained in:
parent
7aff8e079f
commit
e47952481d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue