big update WG-TOR bot connecting

This commit is contained in:
NW
2025-02-03 09:43:25 +00:00
parent 633a27164b
commit 23b7f8b4bd
9 changed files with 212 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
// purchaseService.js
import db from "../config/database.js";
import CryptoJS from "crypto-js"; // Импортируем библиотеку crypto-js
import CryptoJS from "crypto";
import UserService from "../services/userService.js";
class PurchaseService {