Fixed formatting for event files

This commit is contained in:
2024-01-20 20:56:08 +01:00
parent 5ce69eced3
commit 1ffcaf602d
7 changed files with 94 additions and 163 deletions

View File

@@ -7,10 +7,7 @@ export = {
event: "messageCreate",
async execute(message: Message) {
if (
message.content.toLowerCase().includes("ur mom") &&
message.author.username === "taken.lua"
) {
if (message.content.toLowerCase().includes("ur mom") && message.author.username === "taken.lua") {
message.react("Woot:734345936347725885")
}
}