Skip to content

Commit

Permalink
Limit compilers menu to 15 items (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Headline authored Nov 12, 2020
1 parent 2e7aed0 commit c9249ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/compilers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub async fn compilers(ctx: &Context, msg: &Message, _args: Args) -> CommandResu
let options = discordhelpers::build_menu_controls();
let pages = discordhelpers::build_menu_items(
items,
35,
15,
"Supported Compilers",
&avatar,
&msg.author.tag(),
Expand Down

0 comments on commit c9249ad

Please sign in to comment.