Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Nov 14, 2023
1 parent 9aef5e8 commit d4b4156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ impl EventHandler for Handler {
println!("User {} tried to say something", msg.author.id);
}
},
None(_) => println!("No Guild ID found!")
None => println!("No Guild ID found!")
}
}
}
Expand Down

0 comments on commit d4b4156

Please sign in to comment.