Skip to content

Commit

Permalink
Junior now uses positive reinforcement instead of punishment for sayi…
Browse files Browse the repository at this point in the history
…ng seed
  • Loading branch information
connorhsm committed Oct 7, 2022
1 parent 4742d95 commit bb74e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions events/seeds.js → events/spawn-code.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module.exports = {
name: 'messageCreate',
once: false,
execute(message) {
if (message.content.match(/seed/gi)) {
if (message.content.match(/spawn code/gi)) {
try {
message.react('<:itIsSpawnCode:996076074804973660>');
message.react('<:slashLove:855498663577387008>');
} catch (error) {
console.error(error)
}
Expand Down

0 comments on commit bb74e72

Please sign in to comment.