Doxx Jay
This commit is contained in:
parent
d4fafe10c0
commit
3ca779b398
|
@ -26,6 +26,7 @@ async def new_message(event):
|
||||||
return
|
return
|
||||||
|
|
||||||
name = re.sub(r'\W+', '', sender.first_name) + '(TG)'
|
name = re.sub(r'\W+', '', sender.first_name) + '(TG)'
|
||||||
|
name = name.replace('Somebody', 'Applezaus')
|
||||||
|
|
||||||
logging.info('[SEND] {}: {}'.format(name, text))
|
logging.info('[SEND] {}: {}'.format(name, text))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user