diff options
Diffstat (limited to 'module/base.rb')
-rw-r--r-- | module/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/base.rb b/module/base.rb index 3f4d9cd..3d04895 100644 --- a/module/base.rb +++ b/module/base.rb @@ -19,7 +19,7 @@ module Dinobot end def commands(m, args) - m.response << [:say, m.channel, + m.respond [:say, m.channel, "Commands: #{@commands.sort.join(' ')}"] end end |