added lenny
This commit is contained in:
parent
c99412f814
commit
4d36dbf43b
11
plugins/lenny.lua
Normal file
11
plugins/lenny.lua
Normal file
@ -0,0 +1,11 @@
|
||||
local PLUGIN = {}
|
||||
|
||||
PLUGIN.triggers = {
|
||||
'/lenny'
|
||||
}
|
||||
|
||||
function PLUGIN.action(msg)
|
||||
send_msg(msg, '( ͡° ͜ʖ ͡°)')
|
||||
end
|
||||
|
||||
return PLUGIN
|
Reference in New Issue
Block a user