finished local address extension method

This commit is contained in:
Valmo Trindade
2024-12-02 02:39:00 -03:00
parent 522424ba7b
commit 1addb59d0b
2 changed files with 5 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ pub fn init() -> Extension {
Extension::build()
.command("start", commands::start)
.command("stop", commands::stop)
.command("local_ip", commands::local_qrcode)
.command("local_ip", commands::local_address)
.command("message", commands::message)
.command("location", commands::location)
.finish()