mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 15:13:04 -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({
|
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
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue