whitespace fixes
This commit is contained in:
@@ -16,4 +16,3 @@ pub fn commands() -> Vec<Command<Data, Error>> {
|
||||
gambling::wager::wager(),
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -38,8 +38,7 @@ async fn main() -> Result<(), Error> {
|
||||
})
|
||||
.build();
|
||||
|
||||
let client = serenity::ClientBuilder::new(token, intents)
|
||||
.framework(framework).await;
|
||||
let client = serenity::ClientBuilder::new(token, intents).framework(framework).await;
|
||||
|
||||
client.unwrap().start().await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user