Skip to content

Commit 60e9226

Browse files
committed
Being dumb enough to forget about making it an int
1 parent ed069c2 commit 60e9226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ def get_guilds(
14561456
if after:
14571457
params["after"] = after
14581458
if with_counts:
1459-
params["with_counts"] = with_counts
1459+
params["with_counts"] = int(with_counts)
14601460

14611461
return self.request(Route("GET", "/users/@me/guilds"), params=params)
14621462

0 commit comments

Comments
 (0)