Record some parameters for /remind

This commit is contained in:
jude
2024-02-15 17:28:43 +00:00
parent 2f6d035efe
commit b81c3c80c1
4 changed files with 64 additions and 20 deletions

View File

@ -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?;
}
}

View File

@ -627,7 +627,7 @@ pub async fn remind(
.await
}
async fn create_reminder(
pub async fn create_reminder(
ctx: Context<'_>,
time: String,
content: String,