mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-16 07:18:54 +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(format!("{:^4}", ""));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
table.push_line("");
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut m = MessageBuilder::new();
|
let mut m = MessageBuilder::new();
|
||||||
|
|
Loading…
Add table
Reference in a new issue