-
-
Save shibafu528/9895744 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
# -*- coding: utf-8 -*- | |
Plugin.create :ebi_beam do | |
command(:ebi_beam, | |
name: 'エビビーム', | |
condition: lambda{ |opt| true}, | |
visible: false, | |
role: :window) do |opt| | |
Service.primary.post(:message => 'エビビームビビビビビビビwwwwwwwwww') | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment