Skip to content

Commit

Permalink
Beans!!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Niceygy authored Jan 18, 2025
1 parent 3ed0013 commit fafe315
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions events/messageCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ module.exports = {
* @param {Client} client
*/
async execute(message, client) {
if (message.content == "https://tenor.com/view/crazy-eyes-kid-pork-and-beans-beans-gif-19099849") {
await message.reply({
content: "BEANSSSS",
reply: false,
});
}

if (message.author.bot || !message.guild || !message.channel) return;

// banned words
Expand Down

0 comments on commit fafe315

Please sign in to comment.