Update bale.js

This commit is contained in:
Moqavem 2024-11-26 23:01:31 +03:30 committed by GitHub
parent 80caa6df46
commit 62537cfad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@ class Bale extends NotificationProvider {
try { try {
await axios.post( await axios.post(
`${url}/bot${notification.baleBotToken}/sendMessage`, `${url}/bot${notification.baleBotToken}/sendMessage`,
{ {
chat_id: notification.baleChatID, chat_id: notification.baleChatID,
text: msg text: msg
}, },
{ {
headers: { headers: {