Skip to content

Commit

Permalink
Removed irrelevant TODO block
Browse files Browse the repository at this point in the history
  • Loading branch information
1Git2Clone committed Oct 19, 2024
1 parent c23b47d commit 80a4e5b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/event_handler/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ pub async fn event_handler(
_framework: poise::FrameworkContext<'_, Data, Error>,
data: &Data,
) -> Result<(), Error> {
// TODO Add normal prefix message command handling
// // To surpress the single match arm clippy warning.
// if let serenity::FullEvent::Ready { data_about_bot, .. } = event {
// println!("{} logged in!", data_about_bot.user.name);
// }
match event {
serenity::FullEvent::Ready { data_about_bot, .. } => {
println!(
Expand Down

0 comments on commit 80a4e5b

Please sign in to comment.