Update formatting

This commit is contained in:
Em (Ethan) Ruszanowski 2023-01-27 12:09:46 -05:00
parent c3a98c4431
commit c9a2a6ca8d
No known key found for this signature in database
GPG key ID: C3E7A3C0B1491DFE

View file

@ -64,8 +64,8 @@ pub(crate) async fn team(
.color(serenity::Colour::DARK_GREEN) .color(serenity::Colour::DARK_GREEN)
}) })
.components(|c| { .components(|c| {
c // Create an action row with button c.create_action_row(|a| {
.create_action_row(|a| { // Create an action row with button
a.create_button( a.create_button(
|b| { |b| {
b.style(serenity::ButtonStyle::Primary) b.style(serenity::ButtonStyle::Primary)
@ -101,8 +101,8 @@ pub(crate) async fn team(
.color(serenity::Colour::DARK_GREEN) .color(serenity::Colour::DARK_GREEN)
}) })
.components(|c| { .components(|c| {
c // Create an action row with button c.create_action_row(|a| {
.create_action_row(|a| { // Create an action row with button
a.create_button( a.create_button(
|b| { |b| {
b b