mirror of
https://github.com/SrIzan10/sern-community.git
synced 2026-05-01 11:05:19 +00:00
chore: no time to commit.. my people need me!
permalink: http://whatthecommit.com/fbe8992c2d5d5a097c6ffbf42932fbf3
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"esModuleInterop": true,
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"verbatimModuleSyntax": false,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"paths": {
|
||||
|
||||
Reference in New Issue
Block a user