diff --git a/bot/src/commands/exam.rs b/bot/src/commands/exam.rs index 0c5c520..07bcded 100644 --- a/bot/src/commands/exam.rs +++ b/bot/src/commands/exam.rs @@ -23,7 +23,6 @@ pub async fn datesheet(ctx: Context<'_>) -> CommandResult { let (title, datesheet) = client.get_exam_schedule().await?; if !datesheet.is_empty() { - let mut message = format!("**{}**```", title); // let mut message = String::new;