changed output text
This commit is contained in:
parent
9efd9d7921
commit
9a67fd6d08
@ -1,5 +1,5 @@
|
|||||||
function run(msg, matches)
|
function run(msg, matches)
|
||||||
text = os.date("Heute ist %A der %d. %B (%m) %Y und es ist %H:%M:%S %p Uhr")
|
text = os.date("Heute ist %A, der %d. %B %Y und es ist %H:%M:%S Uhr [%p]")
|
||||||
|
|
||||||
-- Days
|
-- Days
|
||||||
text = string.gsub(text, "Monday", "Montag")
|
text = string.gsub(text, "Monday", "Montag")
|
||||||
|
Reference in New Issue
Block a user