Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Mar 30, 2024
2 parents fb7c0b9 + 8064900 commit b88076a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/SETUP/roleRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async function buildEmbed(roleData) {
});
const result = embed
.setTitle('Rolerequest')
.setDescription(`Click on the reactions to get the roles!\nPlease read <#${config.checkin.reaction.channel}> for a more details about the roles!`);
.setDescription(`Click on the reactions to get the roles!\nPlease read <#1055987794478116956> for a more details about the roles!`);
return result;
}

Expand Down

0 comments on commit b88076a

Please sign in to comment.