Skip to content

Commit

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

0 comments on commit 67b6a6c

Please sign in to comment.