Skip to content

Commit

Permalink
fix: remove overhelming welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored May 7, 2023
1 parent 489943b commit a9f5424
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/modules/guildMemberAdd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ client.on(Events.GuildMemberAdd, async (member) => {
}

await generalChannel.send(
`Heya~ ${member.displayName}! Welcome to the Fyra Discord, we're the home of products such as tauOS: the next generation, friendly, and private operating system. Our server is also a chill place to talk tech and hangout. If you have any questions, feel free to ask! :3`,
);
await generalChannel.send(
`By the way, my name is Raboneko, Fyra's virtual neko assistant, *nya~* It's a pleasure to meet nyu, and I hope you have a great time here as well ^_^`,
`Welcome~ ${member.displayName} :3`,
);
});

0 comments on commit a9f5424

Please sign in to comment.