We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a22b3e + dda2329 commit cf6d881Copy full SHA for cf6d881
src/utils/reactionHandler.ts
@@ -77,10 +77,6 @@ export async function sendReactionRoleMessage(client: Client) {
77
messageArray.push(
78
"Get involved with Tauri development and browse the different projects.",
79
);
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
- );
84
85
let messageBody = messageArray.join('\n');
86
0 commit comments