First commit of Mikubot
This commit is contained in:
13
plugins/nau.lua
Normal file
13
plugins/nau.lua
Normal file
@ -0,0 +1,13 @@
|
||||
function run(msg, matches)
|
||||
|
||||
if string.starts(msg.text, "/nau") then
|
||||
send_photo(get_receiver(msg), "pictures/nau.jpg", ok_cb, false)
|
||||
end
|
||||
end
|
||||
|
||||
return {
|
||||
description = "RTL Nau",
|
||||
usage = "/nau",
|
||||
patterns = {"^/nau"},
|
||||
run = run
|
||||
}
|
Reference in New Issue
Block a user