fixed a lot of message formatting that had been ignored
This commit is contained in:
@ -437,7 +437,6 @@ WHERE
|
||||
reminder_ids.push(reminder.id);
|
||||
let time = user_data.timezone().timestamp(reminder.time as i64, 0);
|
||||
|
||||
// todo show reminder message instead of name
|
||||
format!("**{}**: '{}' *<#{}>* at {}", count + 1, reminder.content, reminder.channel, time.format("%Y-%m-%D %H:%M:%S"))
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user