feat: enhance chatbot Telegram/Discord integrations, add /remove commands and Q&A reply handling

This commit is contained in:
Shanmuga Krishnan S M
2026-08-03 08:28:47 +05:30
parent 8bd0718b72
commit d51d538ee9
20 changed files with 1243 additions and 99 deletions

View File

@@ -1,9 +1,9 @@
package com.rit.driver;
public class Config {
// Local testing backend URL (Your PC Wi-Fi IP)
public static final String BACKEND_URL = "http://10.10.15.91:8085";
// Default driver security PIN
public static final String BACKEND_URL = "http://10.43.158.201:8085";
public static final String DEFAULT_PIN = "RITDRIVER";
}