Skip to content

Commit

Permalink
update info channel
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip authored Mar 27, 2024
1 parent 2a0e5ff commit 8064900
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 8064900

Please sign in to comment.