We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d77331 commit da42ae2Copy full SHA for da42ae2
src/utls/discordhelpers/interactions.rs
@@ -105,11 +105,8 @@ pub async fn create_more_options_panel(
105
.await
106
.unwrap();
107
108
- println!("awaiting response...");
109
let msg = interaction.get_interaction_response(&ctx.http).await?;
110
- println!("response got...");
111
if let Some(resp) = msg.await_modal_interaction(&ctx.shard).await {
112
- println!("response: {:?}", resp.kind);
113
if let ActionRowComponent::InputText(input) = &resp.data.components[0].components[0] {
114
parse_result.options = input
115
.value
0 commit comments