Skip to content

Commit 734b5ce

Browse files
LumabotsCopilot
andauthored
Update discord/appinfo.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Lumouille <[email protected]>
1 parent 714c68a commit 734b5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/appinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def to_payload(self) -> dict[str, object]:
567567
)
568568
return {
569569
"scopes": list(self.scopes),
570-
"permissions": str(int(self.permissions.value)),
570+
"permissions": str(self.permissions.value),
571571
}
572572

573573

0 commit comments

Comments
 (0)