feat: remove bullying because science did her resume
Node.js CI / Lint and Test (push) Successful in 50s

And I am very proud of her!
This commit is contained in:
2025-11-12 10:05:50 -08:00
parent 532461202a
commit 34d71c73aa
-6
View File
@@ -23,12 +23,6 @@ export const handleMessageCreate = async(
if (message.author.bot || message.system) { if (message.author.bot || message.system) {
return; 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 if (message.author.id === ids.users.naomi
&& !amari.recentlyActiveChannels.has(message.channel.id)) { && !amari.recentlyActiveChannels.has(message.channel.id)) {
amari.recentlyActiveChannels.add(message.channel.id); amari.recentlyActiveChannels.add(message.channel.id);