diff --git a/src/discord/event_handler.rs b/src/discord/event_handler.rs index 7d9a11f..ce9f368 100644 --- a/src/discord/event_handler.rs +++ b/src/discord/event_handler.rs @@ -176,7 +176,7 @@ impl EventHandler for Handler { } _ => Err(CommandExecutionError::UnknownCommand( - "Received an unknon command from Discord".to_string(), + "Received an unknown command from Discord".to_string(), )), };