added location sender dll command

This commit is contained in:
Valmo Trindade
2024-10-21 02:14:46 -03:00
parent 059b749cab
commit acb3a49f85
3 changed files with 30 additions and 1 deletions

View File

@@ -30,5 +30,6 @@ pub fn init() -> Extension {
.command("start", commands::start)
.command("stop", commands::stop)
.command("message", commands::message)
.command("location", commands::location)
.finish()
}