look command pager

This commit is contained in:
2021-09-16 14:48:29 +01:00
parent 395a8481f1
commit 3c1eeed92f
7 changed files with 284 additions and 84 deletions

View File

@ -258,7 +258,7 @@ DELETE FROM guilds WHERE guild = ?
}
Interaction::MessageComponent(component) => {
let component_model = ComponentDataModel::from_custom_id(&component.data.custom_id);
component_model.act(component).await;
component_model.act(&ctx, component).await;
}
_ => {}
}