Skip to content

Instantly share code, notes, and snippets.

@brsywe
brsywe / trump.rb
Created February 2, 2017 11:11
Donald Trump先生のご活躍を祈念して
# -*- coding: utf-8 -*-
Plugin.create(:trump) do
command(
:trump,
name: '幼なじみは大統領',
condition: -> _ { true },
visible: true,
role: :timeline
@brsywe
brsywe / nonomura.rb
Last active June 7, 2016 14:20
野々村先生のご活躍を祈念して
# -*- coding: utf-8 -*-
Plugin.create(:nonomura) do
command(
:nonomura,
name: '野々村',
condition: -> _ { true },
visible: true,
role: :timeline