make channels more easily definable
parent
a15a1820a8
commit
bd3d71ae16
|
@ -162,7 +162,8 @@ pub(crate) async fn guild_dashboard(
|
|||
None
|
||||
}
|
||||
});
|
||||
b = b.builder_text(Tag::Strong, channel_name).builder(
|
||||
b = b.builder(Tag::Article, |b| {
|
||||
b.builder_text(Tag::Header, channel_name).builder(
|
||||
Tag::Div,
|
||||
|b| {
|
||||
b.builder_text(Tag::Strong, "Your Current Intros")
|
||||
|
@ -184,7 +185,8 @@ pub(crate) async fn guild_dashboard(
|
|||
),
|
||||
))
|
||||
},
|
||||
);
|
||||
)
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue