Sha256: 4343750c119126ca0969813760d62bbab61f677bf32ad3d359cb0583450093f4

Contents?: true

Size: 216 Bytes

Versions: 19

Compression:

Stored size: 216 Bytes

Contents

ProtonBot::Plugin.new do
  @name        = 'Core'
  @version     = ProtonBot::VERSION
  @description = 'ProtonBot\'s core plugin'

  run 'apis/index'
  run 'commands/index'
  run 'hooks/index'
  run 'codes/index'
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
protonbot-0.3.7 lib/protonbot/core_plugin/plugin.rb
protonbot-0.3.6 lib/protonbot/core_plugin/plugin.rb
protonbot-0.3.5 lib/protonbot/core_plugin/plugin.rb
protonbot-0.3.4 lib/protonbot/core_plugin/plugin.rb
protonbot-0.3.3 lib/protonbot/core_plugin/plugin.rb
protonbot-0.3.1 lib/protonbot/core_plugin/plugin.rb
protonbot-0.3.0 lib/protonbot/core_plugin/plugin.rb
protonbot-0.2.7 lib/protonbot/core_plugin/plugin.rb
protonbot-0.2.6 lib/protonbot/core_plugin/plugin.rb
protonbot-0.2.5 lib/protonbot/core_plugin/plugin.rb
protonbot-0.2.4 lib/protonbot/core_plugin/plugin.rb
protonbot-0.2.3 lib/protonbot/core_plugin/plugin.rb
protonbot-0.2.2 lib/protonbot/core_plugin/plugin.rb
protonbot-0.2.1 lib/protonbot/core_plugin/plugin.rb
protonbot-0.2.0 lib/protonbot/core_plugin/plugin.rb
protonbot-0.1.3 lib/protonbot/core_plugin/plugin.rb
protonbot-0.1.2 lib/protonbot/core_plugin/plugin.rb
protonbot-0.1.1 lib/protonbot/core_plugin/plugin.rb
protonbot-0.1.0 lib/protonbot/core_plugin/plugin.rb