generated from nhcarrigan/template
feat: remove bullying because science did her resume
Node.js CI / Lint and Test (push) Successful in 50s
Node.js CI / Lint and Test (push) Successful in 50s
And I am very proud of her!
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user