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
letwelcomeMessage=`Welcome to Coderplex, <@${newUser.id}>!\n`;
23
-
welcomeMessage+="Coderplex is a non-profit organization that is working towards improving the state of tech in Hyderabad,\n";
24
-
welcomeMessage+="by building an active and vibrant developer community which provides support, motivation,\n";
25
-
welcomeMessage+="confidence and opportunities to all it’s members, so that each of them can progress in their careers\n";
26
-
welcomeMessage+="as software developers and engineers.\n";
27
-
welcomeMessage+="\n";
28
-
welcomeMessage+="Please introduce yourself in #introductions !\n";
29
-
welcomeMessage+="Talk about your goals, interests, and views on different technologies out there!\n";
30
-
welcomeMessage+="\n";
31
-
welcomeMessage+="Ask for help in respective channels! Participate in the community and most of all, learn and have fun!";
32
-
welcomeMessage+="\n";
33
-
// channel.send(`
34
-
// Welcome to Coderplex, <@${newUser.id}>!
35
-
// Coderplex is a non-profit organization that is working towards improving the state of tech in Hyderabad,
36
-
// by building an active and vibrant developer community which provides support, motivation,
37
-
// confidence and opportunities to all it’s members, so that each of them can progress in their careers
38
-
// as software developers and engineers.
39
-
// Please introduce yourself in #introductions !
40
-
// Talk about your goals, interests, and views on different technologies out there!
41
-
// Ask for help in respective channels! Participate in the community and most of all, learn and have fun!
42
-
// `);
43
-
channel.send(welcomeMessage);
44
-
console.log(`Welcomed ${newUser.displayName}`);
23
+
letdmWelcomeMessage=`Welcome to Coderplex, <@${newUser.id}>!\n`;
24
+
dmWelcomeMessage+="Coderplex is a non-profit organization that is working towards improving the state of tech in Hyderabad,\n";
25
+
dmWelcomeMessage+="by building an active and vibrant developer community which provides support, motivation,\n";
26
+
dmWelcomeMessage+="confidence and opportunities to all it’s members, so that each of them can progress in their careers\n";
27
+
dmWelcomeMessage+="as software developers and engineers.\n";
28
+
dmWelcomeMessage+="\n";
29
+
dmWelcomeMessage+="Please introduce yourself in #introductions !\n";
30
+
dmWelcomeMessage+="Talk about your goals, interests, and views on different technologies out there!\n";
31
+
dmWelcomeMessage+="\n";
32
+
dmWelcomeMessage+="Download the official Discord mobile app at https://discordapp.com/download to stay connected with the community and get notified on latest updates!!";
33
+
dmWelcomeMessage+="\n";
34
+
dmWelcomeMessage+="Ask for help in respective channels! Participate in the community and most of all, learn and have fun!";
35
+
letchWelcomeMessage=`Welcome to Coderplex, <@${newUser.id}>!\n`;
36
+
chWelcomeMessage+="Please introduce yourself to the community!";
0 commit comments