make channels card not inline

This commit is contained in:
derpystuff 2024-04-06 15:01:17 +02:00
parent 9aa80f13f8
commit 274a3b6bcc

View file

@ -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){