Skip to content

Commit

Permalink
Fix dx2
Browse files Browse the repository at this point in the history
  • Loading branch information
hchoki committed Nov 6, 2023
1 parent 9a839e0 commit c47c296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/messageCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = (client, message) => {
}

// VR message logic
const vrRelatedWords = /valve|deckard|quest|vr|pico/i;
const vrRelatedWords = /valve|deckard|quest|\bvr\b|pico/i;
if (vrRelatedWords.test(message.content)) {
message.reply(getMessage('2023-12-04T18:00:00'));
}
Expand Down

0 comments on commit c47c296

Please sign in to comment.