Spaces:
Running
Running
Update helper_regex.py
Browse files- helper_regex.py +9 -0
helper_regex.py
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import re
|
2 |
|
3 |
def is_blocked_markdown_code(message):
|
|
|
1 |
+
# Copyright (C) 2019-2025 TeamKillerX <https://github.com/TeamKillerX>
|
2 |
+
#
|
3 |
+
# This file is part of TeamKillerX project,
|
4 |
+
# and licensed under GNU Affero General Public License v3.
|
5 |
+
# See the GNU Affero General Public License for more details.
|
6 |
+
#
|
7 |
+
# All rights reserved. See COPYING, AUTHORS.
|
8 |
+
# credits xtdevs
|
9 |
+
|
10 |
import re
|
11 |
|
12 |
def is_blocked_markdown_code(message):
|