generated from nhcarrigan/template
feat: bully science for failing to complete her resume
Node.js CI / Lint and Test (push) Successful in 50s
Node.js CI / Lint and Test (push) Successful in 50s
This commit is contained in:
@@ -23,6 +23,12 @@ export const handleMessageCreate = async(
|
||||
if (message.author.bot || message.system) {
|
||||
return;
|
||||
}
|
||||
// Bullying science for failing to complete her resume.
|
||||
if (message.author.id === "405130052871782400") {
|
||||
await message.reply({
|
||||
content: "Is your resume complete yet?",
|
||||
});
|
||||
}
|
||||
if (message.author.id === ids.users.naomi
|
||||
&& !amari.recentlyActiveChannels.has(message.channel.id)) {
|
||||
amari.recentlyActiveChannels.add(message.channel.id);
|
||||
|
||||
Reference in New Issue
Block a user