Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Dec 3, 2023
1 parent dba9906 commit a31fc9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/routes/admin/guilds/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ router.get(
right: "MANAGE_GUILDS",
query: {
limit: {
description: "The maximum amount of guilds to return",
description:
"max number of guilds to return (1-1000). default 100",
type: "number",
required: false,
},
Expand Down

0 comments on commit a31fc9d

Please sign in to comment.