You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: `Projects in this space must be open source licensed and may not be commercially monetized — this is a place for enthusiastic collaboration, and anyone found to be exploiting in any manner, especially for free labor, will be moderatated as a hostile actor.
52
+
try{
53
+
awaitretry(thread.fetchStarterMessage);
54
+
awaitthread.send({
55
+
embeds: [
56
+
{
57
+
title: "Looking For Group",
58
+
type: EmbedType.Rich,
59
+
description: `Projects in this space must be open source licensed and may not be commercially monetized — this is a place for enthusiastic collaboration, and anyone found to be exploiting in any manner, especially for free labor, will be moderatated as a hostile actor.
56
60
57
61
Please do not routinely re-post your own skills. This is a forum, not a chat channel, prefer to bump your old post by replying to it (maybe with an update about what you've been working on?)
58
62
59
63
Reactiflux moderators cannot moderate behavior outside of the public channels. If you suspect someone is taking advantage of your generosity, block and move on. Before you accuse someone of being a bot or scammer, though, consider if there might be a language and cultural barrier.
60
64
61
65
Post authors: Once you've found collaborators or a project to contribute to, please lock your post to indicate that you're no longer seeking responses 🙏`,
62
-
color: EMBED_COLOR,
63
-
},
64
-
],
65
-
components: [
66
-
// @ts-expect-error Discord.js types appear to be wrong
67
-
newActionRowBuilder().addComponents(
68
-
newButtonBuilder()
69
-
.setCustomId(LOCK_POST)
70
-
.setLabel("Lock post")
71
-
.setStyle(ButtonStyle.Danger),
72
-
),
73
-
],
74
-
});
66
+
color: EMBED_COLOR,
67
+
},
68
+
],
69
+
components: [
70
+
// @ts-expect-error Discord.js types appear to be wrong
0 commit comments