mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -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({
|
||||
name: `${icon("channel")} Channels`,
|
||||
value: codeblock("py", lines),
|
||||
inline: true
|
||||
inline: false
|
||||
})
|
||||
|
||||
if(g.banner){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue