geo detection
This commit is contained in:
@@ -11,9 +11,9 @@ export class EnhancedChatHandlers {
|
||||
|
||||
constructor(bot: TelegramBot) {
|
||||
this.bot = bot;
|
||||
this.chatService = new ChatService();
|
||||
this.profileService = new ProfileService();
|
||||
this.notificationService = new NotificationService(bot);
|
||||
this.chatService = new ChatService(this.notificationService);
|
||||
}
|
||||
|
||||
// ===== НАТИВНЫЙ ИНТЕРФЕЙС ЧАТОВ =====
|
||||
|
||||
Reference in New Issue
Block a user