This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plugin.create :naniittenda_yuyushiki do | |
command(:naniittenda_yuyushiki, | |
name: 'δ½γθ¨γ£γ¨γγγ γγεΌγθ¦γ', | |
condition: lambda{ |opt| opt.messages.size == 1 }, | |
visible: true, | |
role: :timeline) do |opt| | |
Service.primary.post message: "δ½γθ¨γ£γ¨γγγ γγεΌγθ¦γ #{opt.messages.first.parma_link}" | |
end | |
end |