randydev commited on
Commit
041529f
·
verified ·
1 Parent(s): 14c0f0d

Update helper_regex.py

Browse files
Files changed (1) hide show
  1. 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):