# File rbot/registry.rb, line 30
    def initialize(bot)
      @bot = bot
      upgrade_data
      @db = DBTree.new @bot, "plugin_registry"
    end