diff options
Diffstat (limited to 'test.rb')
-rw-r--r-- | test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ require_relative 'module' module Dinobot class Test < Module - def initialize + def initialize(bot) super @commands << :echo << :error << :timeout << :x3 << :wrongreturn << :fooify |