chore: no time to commit.. my people need me!

permalink: http://whatthecommit.com/fbe8992c2d5d5a097c6ffbf42932fbf3
This commit is contained in:
EvolutionX
2023-04-07 09:48:33 +05:30
parent 71ecf57721
commit 2b03cc2b69
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ export default eventModule({
type: EventType.Discord,
async execute(message: Message) {
if (message.author?.bot || message.webhookId) return;
const regex = /w+h+a+t+(?:'s+| is+|s)? (?:.*)?b+o+f+a+/gim;
const regex = /w+h+a+t+(?:'s+| is+|s+|s+)? (?:.*)?b+o+f+a+/gim;
if (message.content.match(regex)) {
return message.reply("bofa deez nuts");

View File

@@ -10,7 +10,7 @@
"esModuleInterop": true,
"noImplicitAny": true,
"strictNullChecks": true,
"verbatimModuleSyntax": true,
"verbatimModuleSyntax": false,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"paths": {