diff options
Diffstat (limited to 'core/config.rb')
-rw-r--r-- | core/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config.rb b/core/config.rb index 36511ed..236b3d9 100644 --- a/core/config.rb +++ b/core/config.rb @@ -9,7 +9,7 @@ module Dinobot @@mutex = Mutex.new def initialize - @store = Dinobot::Core::Store.new('config') + @store = Dinobot::Core::Store.new('config.db') @data = @store.data if @data.empty? |