This commit is contained in:
Nexus 2023-10-12 18:37:32 +01:00 committed by GitHub
parent 92406dad59
commit 5ea9f602ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -475,6 +475,9 @@ class Events(commands.Cog):
}, },
r"\W?(s(ource\w)?)?l(ines\s)?o(f\s)?c(ode)?(\W)?$": { r"\W?(s(ource\w)?)?l(ines\s)?o(f\s)?c(ode)?(\W)?$": {
"content": lambda: "I have {:,} lines of source code across {:,} files!".format(*get_sloc_count()) "content": lambda: "I have {:,} lines of source code across {:,} files!".format(*get_sloc_count())
},
r"t(ry\s)?i(t\s)?a(nd\s)?see.*": {
"content": "https://tryitands.ee"
} }
} }
# Stop responding to any bots # Stop responding to any bots