repost/plugins/commands/pick.rb
2015-03-24 01:32:05 +01:00

3 lines
59 B
Ruby

Client.register_command("pick") { |args|
args.sample
}