Skip to content

Commit cf6d881

Browse files
authored
Merge pull request #132 from tauri-apps/fix/rules-message
Remove old channel from announcement
2 parents 1a22b3e + dda2329 commit cf6d881

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/utils/reactionHandler.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ export async function sendReactionRoleMessage(client: Client) {
7777
messageArray.push(
7878
"Get involved with Tauri development and browse the different projects.",
7979
);
80-
messageArray.push('\n**<#683637724116418561>**');
81-
messageArray.push(
82-
"See what the community is working on outside of Tauri. Reach out if you have a passion project you'd like to talk about.",
83-
);
8480

8581
let messageBody = messageArray.join('\n');
8682

0 commit comments

Comments
 (0)