mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-09 23:26:13 +02:00
Updated regex
This commit is contained in:
@ -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) => {
|
||||
|
@ -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) => {
|
||||
|
Reference in New Issue
Block a user