diff --git a/src/structures/Role.js b/src/structures/Role.js index 9e7bd9be1..0c3c50e20 100644 --- a/src/structures/Role.js +++ b/src/structures/Role.js @@ -388,7 +388,10 @@ class Role extends Base { } toJSON() { - return super.toJSON({ createdTimestamp: true }); + return { + ...super.toJSON({ createdTimestamp: true }), + permissions: this.permissions.toJSON(), + }; } /**