Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Update easter-eggs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Jul 13, 2023
1 parent fe72714 commit fe2b879
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/easter-eggs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
module.exports = async function (content) {
// fml
if(content.toLowerCase() === "fml") {
return "Free my life, free my losses! I want to live!";
}

// kys
if(content.toLowerCase() === "kys") {
return "I love you so much and I wish you the best in life! 🥰";
Expand Down

0 comments on commit fe2b879

Please sign in to comment.