diff --git a/src/structures/Role.js b/src/structures/Role.js index d5faa92b9db2..46c8a5dd0020 100644 --- a/src/structures/Role.js +++ b/src/structures/Role.js @@ -375,7 +375,10 @@ class Role extends Base { } toJSON() { - return super.toJSON({ createdTimestamp: true }); + return { + ...super.toJSON({ createdTimestamp: true }), + permissions: this.permissions.toJSON(), + }; } /**