feat: bully science for failing to complete her resume
Node.js CI / Lint and Test (push) Successful in 50s

This commit is contained in:
2025-11-11 09:32:54 -08:00
parent 50e46368ed
commit 532461202a
+6
View File
@@ -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);