extract links, delete incoming msg, add sender to reply

This commit is contained in:
Michael Korobkov
2024-11-07 19:27:37 +00:00
committed by Olly Hearn
parent d453168457
commit 24844ea787
6 changed files with 446 additions and 7 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"python.testing.unittestArgs": ["-v", "-s", "./bot", "-p", "*_test.py"],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}