undo comment

This commit is contained in:
Skillz
2020-05-20 13:40:41 -04:00
parent 05027e4e14
commit bbcb7b46ca

View File

@@ -221,7 +221,7 @@ export const createGuild = (data: CreateGuildPayload) => {
const roleData = role_data as RoleData;
const role = createRole(roleData);
// guild.roles.set(roleData.id, role);
guild.roles.set(roleData.id, role);
return role;
},
/** Edit a guild role. Requires the MANAGE_ROLES permission. */