# File rbot/plugins/dice.rb, line 25
  def initialize(view, total)
    @total = total
    @view = view
  end