Skip to content

Commit

Permalink
wanna-become-famous fix discord regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Supinic committed Nov 3, 2024
1 parent c8f9996 commit 9c3d466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat-modules/wanna-become-famous/index.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const basicRegex = /(get|getting|buy|buying)?\s*(cheap|cheapest|best|real|more)?\s*(viewers|followers)/gi;
const siteRegex = /(streamboo|u\.to|dogehype)/gi;
const discordRegex = /(add\s*)(me|my)?(\s*on)?(discord)?/gi;
const discordRegex = /(add\s*)((me on)|(my))\s*(disc(ord)?)/gi;

export const definition = {
Name: "wanna-become-famous",
Expand Down

0 comments on commit 9c3d466

Please sign in to comment.