Fix error message typo
This commit is contained in:
parent
43ca80fd7d
commit
8ed0e9079b
|
@ -176,7 +176,7 @@ impl EventHandler for Handler {
|
||||||
}
|
}
|
||||||
|
|
||||||
_ => Err(CommandExecutionError::UnknownCommand(
|
_ => Err(CommandExecutionError::UnknownCommand(
|
||||||
"Received an unknon command from Discord".to_string(),
|
"Received an unknown command from Discord".to_string(),
|
||||||
)),
|
)),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue