Skip to content

Commit

Permalink
Merge pull request #117 from BingusBoingus-Developer-Team/dev
Browse files Browse the repository at this point in the history
fix: correct messageEvent.ts
  • Loading branch information
sanriodev authored Jul 31, 2024
2 parents 0ae8363 + 8a97383 commit ef71323
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/modules/event/services/messageEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ export class MessageEvent extends AEvent {
responseType: ResponseType.Reply,
},
{
matcher: /^.{150,}$/m,
matcher: /^.{200,}$/m,
response: 'halbe Bibel, ganzer huansohn ?XD',
responseType: ResponseType.Reply,
},
{
matcher: /https:\/\/.*/,
response: 'send yo virus link to someone else no?xd',
responseType: ResponseType.Reply,
},
//{
// matcher: /https:\/\/.*/,
// response: 'send yo virus link to someone else no?xd',
// responseType: ResponseType.Reply,
//},
{
matcher: /wadim/i,
response: '#goth',
Expand All @@ -35,7 +35,7 @@ export class MessageEvent extends AEvent {
},
{
matcher: /alina/i,
response: 'Schuhgröße 36, weißer Nagellack 🥵',
response: 'sanrio gf 👻',
responseType: ResponseType.Message,
},
{
Expand Down

0 comments on commit ef71323

Please sign in to comment.