mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
make channels card not inline
This commit is contained in:
parent
9aa80f13f8
commit
274a3b6bcc
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ module.exports = {
|
||||||
guildCard.fields.push({
|
guildCard.fields.push({
|
||||||
name: `${icon("channel")} Channels`,
|
name: `${icon("channel")} Channels`,
|
||||||
value: codeblock("py", lines),
|
value: codeblock("py", lines),
|
||||||
inline: true
|
inline: false
|
||||||
})
|
})
|
||||||
|
|
||||||
if(g.banner){
|
if(g.banner){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue