mirror of
https://github.com/franjsco/trackmyd-bot
synced 2025-06-05 22:19:29 +02:00
fix position template
This commit is contained in:
@@ -42,7 +42,7 @@ function deviceList(data) {
|
|||||||
|
|
||||||
function position(data) {
|
function position(data) {
|
||||||
const msg = `📲 📡 *${data.name}*
|
const msg = `📲 📡 *${data.name}*
|
||||||
|
----
|
||||||
🏔️ _Altitude_: *${Math.trunc(data.position.altitude)} m*
|
🏔️ _Altitude_: *${Math.trunc(data.position.altitude)} m*
|
||||||
⚡️ _Speed_: *${data.position.speed} m/s*
|
⚡️ _Speed_: *${data.position.speed} m/s*
|
||||||
📏 _Accurancy_: *${Math.trunc(data.position.accurancy)} m*
|
📏 _Accurancy_: *${Math.trunc(data.position.accurancy)} m*
|
||||||
|
Reference in New Issue
Block a user