-
-
Save nna774/ca2f424a52631bad9a1b to your computer and use it in GitHub Desktop.
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment