lib/cryptum/bot_conf.rb in cryptum-0.0.382 vs lib/cryptum/bot_conf.rb in cryptum-0.0.383
- old
+ new
@@ -1,9 +1,7 @@
# frozen_string_literal: true
-require 'logger'
-
module Cryptum
# This plugin is used to read and update bot conf files.
module BotConf
# Deserialize Cryptum Bot Conf
public_class_method def self.read(opts = {})
@@ -198,10 +196,9 @@
# Display Usage for this Module
public_class_method def self.help
puts "USAGE:
- logger = #{self}.create()
"
end
end
end