We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2028456 commit e4f32a8Copy full SHA for e4f32a8
1 file changed
src/main.rs
@@ -94,10 +94,7 @@ async fn create_application_commands(client: &Client) -> anyhow::Result<()> {
94
Ok(())
95
}
96
97
-async fn handle_event(
98
- event: Event,
99
- client: Arc<Client>,
100
-) -> anyhow::Result<()> {
+async fn handle_event(event: Event, client: Arc<Client>) -> anyhow::Result<()> {
101
match event {
102
Event::Ready(_) => {
103
log::info!("Shard is ready");
0 commit comments