mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-15 23:08:55 +00:00
Add line breaks!
This commit is contained in:
parent
7feff249a4
commit
955b2340fe
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ pub fn contestranks(ctx: &mut Context, m: &Message, mut args: Args) -> CommandRe
|
|||
table.push(format!("{:^4}", ""));
|
||||
}
|
||||
}
|
||||
table.push_line("");
|
||||
}
|
||||
|
||||
let mut m = MessageBuilder::new();
|
||||
|
|
Loading…
Add table
Reference in a new issue