Skip to content

Commit

Permalink
Fix dx3
Browse files Browse the repository at this point in the history
  • Loading branch information
hchoki committed Nov 6, 2023
1 parent d7eb370 commit 45f9758
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|\bvr\b|pico/i;
const vrRelatedWords = /\b(vr|rv|virtual|reality|deckard|decard|pico|quest\d*)\b/i;
if (vrRelatedWords.test(message.content)) {
message.reply(getMessage('2023-12-04T18:00:00'));
}
Expand Down

0 comments on commit 45f9758

Please sign in to comment.