mirror of
https://github.com/ethanrusz/echbot.git
synced 2024-11-22 04:07:46 -05:00
Update formatting
This commit is contained in:
parent
c3a98c4431
commit
c9a2a6ca8d
1 changed files with 18 additions and 18 deletions
|
@ -64,8 +64,8 @@ pub(crate) async fn team(
|
|||
.color(serenity::Colour::DARK_GREEN)
|
||||
})
|
||||
.components(|c| {
|
||||
c // Create an action row with button
|
||||
.create_action_row(|a| {
|
||||
c.create_action_row(|a| {
|
||||
// Create an action row with button
|
||||
a.create_button(
|
||||
|b| {
|
||||
b.style(serenity::ButtonStyle::Primary)
|
||||
|
@ -101,8 +101,8 @@ pub(crate) async fn team(
|
|||
.color(serenity::Colour::DARK_GREEN)
|
||||
})
|
||||
.components(|c| {
|
||||
c // Create an action row with button
|
||||
.create_action_row(|a| {
|
||||
c.create_action_row(|a| {
|
||||
// Create an action row with button
|
||||
a.create_button(
|
||||
|b| {
|
||||
b
|
||||
|
|
Loading…
Reference in a new issue