diff options
Diffstat (limited to 'module/admin.rb')
-rw-r--r-- | module/admin.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/admin.rb b/module/admin.rb index 957be7d..9b5b64e 100644 --- a/module/admin.rb +++ b/module/admin.rb @@ -7,7 +7,7 @@ module Dinobot def initialize(bot) super - @store = Dinobot::Core::Store.new('data/admin') + @store = Dinobot::Core::Store.new('data/admin.db') @commands << :join << :part << :quit << :load << :unload @commands << :listadmins << :listmodules << :listchannels |