🔧 refactor(bot-commands): обновлено использование функции safeEdit в нескольких местах

This commit is contained in:
Oscar
2026-05-28 10:08:11 +03:00
parent 20a5f506da
commit 00d0a8d832
10 changed files with 363 additions and 21 deletions

View File

@@ -1,6 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
"ignoreDeprecations": "6.0",
"paths": {
"@/*": ["src/*"],
"@bot": ["src/bot-singleton"],
@@ -11,6 +12,7 @@
"outDir": "dist",
"rootDir": "src",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true
}
}