Updated regex

This commit is contained in:
2024-08-02 14:20:51 +02:00
parent 84df643d9e
commit 02c474ef44
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ const {
module.exports = {
keyword: "freaky",
regex: /^.{0,5}(freak|freaky).{0,17}$/i,
regex: /^.*(freak|freaky).{0,17}$/i,
cooldown: 3,
random: 80,
run: async (client, message, user) => {

View File

@ -10,7 +10,7 @@ const {
module.exports = {
keyword: "gambling",
regex: /^.{0,5}(gambling|gamble).{0,17}$/i,
regex: /^.*(gambling|gamble).{0,17}$/i,
cooldown: 3,
random: 80,
run: async (client, message, user) => {