Add line breaks!

This commit is contained in:
Natsu Kagami 2020-02-17 14:36:20 -05:00
parent 7feff249a4
commit 955b2340fe
Signed by: nki
GPG key ID: 73376E117CD20735

View file

@ -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();