Record some parameters for /remind
This commit is contained in:
@@ -32,7 +32,7 @@ pub async fn run_macro(
|
||||
.await?;
|
||||
|
||||
for command in command_macro.commands {
|
||||
command.execute(poise::ApplicationContext { ..ctx }).await;
|
||||
command.execute(poise::ApplicationContext { ..ctx }).await?;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user