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?;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -627,7 +627,7 @@ pub async fn remind(
|
||||
.await
|
||||
}
|
||||
|
||||
async fn create_reminder(
|
||||
pub async fn create_reminder(
|
||||
ctx: Context<'_>,
|
||||
time: String,
|
||||
content: String,
|
||||
|
Reference in New Issue
Block a user