Remove debug code and fix time format
This commit is contained in:
@@ -25,7 +25,7 @@ import (
|
||||
|
||||
func RunPlugin(_ string, _ map[string]interface{}) {
|
||||
// Format time in a way the synthesized voice will understand
|
||||
formattedTime := time.Now().Format("3 04 PM")
|
||||
formattedTime := time.Now().Format("3:04 PM")
|
||||
// Say formatted time using voice
|
||||
trident.Say(formattedTime)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user