-
-
Save sachin21/d7f9ca7cad163e942127b957900f7f14 to your computer and use it in GitHub Desktop.
らこらこらこ〜するmikutterプラグイン
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 :laco do | |
command(:laco, | |
name: 'らこらこらこ〜w', | |
condition: lambda{ |opt| true }, | |
visible: true, | |
role: :timeline) do |opt| | |
Service.primary.update(message: "らこらこらこ〜w") | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment