Skip to content

Commit

Permalink
Update goose.js
Browse files Browse the repository at this point in the history
added banana bread
  • Loading branch information
LemonsHQ committed Sep 3, 2024
1 parent deda1fd commit 260a73d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/goose.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ module.exports = {
return message?.channel.send('pp');
}

if(/*message.author.id === process.env.pp_user && */messageToLowerCase.startsWith('banana') && messageToLowerCase.endsWith('bread')) {
return message?.channel.send('banana bread');
}

if (messageToLowerCase.startsWith('who is') && messageToLowerCase.endsWith('liam')){
return message?.channel.send('I like Liam he is the best!');
}
Expand Down

0 comments on commit 260a73d

Please sign in to comment.