@@ -2147,7 +2147,7 @@
|
||||
const startTime = Date.now();
|
||||
|
||||
try {
|
||||
const response = await fetch(`http://localhost:${BOT_PORT}/send_message`, {
|
||||
const response = await fetch(`http://192.168.0.109:${BOT_PORT}/send_message`, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user