Skip to content

Commit 379d933

Browse files
authored
Update maximum limit of guilds returned by get_guilds to the new limit (#3128)
The new limit is now 200.
1 parent 2a10492 commit 379d933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4022,7 +4022,7 @@ impl Http {
40224022

40234023
/// Gets a paginated list of the current user's guilds.
40244024
///
4025-
/// The `limit` has a maximum value of 100.
4025+
/// The `limit` has a maximum value of 200.
40264026
///
40274027
/// [Discord's documentation][docs]
40284028
///

0 commit comments

Comments
 (0)