Fix typo in error message
This commit is contained in:
parent
933900f7d2
commit
c2954dda9c
|
@ -111,7 +111,7 @@ impl<'a> EmbedSelector<'a> {
|
|||
Ok(self.wait_selector_end().await?)
|
||||
}
|
||||
Err(_e) => Err(CommandExecutionError::DiscordAPICallError(
|
||||
"Failed to edit original interaction responnse".to_string(),
|
||||
"Failed to edit original interaction response".to_string(),
|
||||
)),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue