Skip to content

Commit

Permalink
how to link a channel
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutdavid committed May 16, 2024
1 parent ed4432c commit 0d06ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const app = new App({

let texts = await Promise.all(promises);
texts.push(`⌚ All times are in ${event.timezone}`)
texts.push(`🗑️ Messages here are automatically deleted. Please see #inbound-dev for more details.`)
texts.push(`🗑️ Messages here are automatically deleted. Please see <#C074EHMRFRN> for more details.`)
let text = texts.join('\n');

let chunks = [];
Expand Down

0 comments on commit 0d06ace

Please sign in to comment.