Module: RubyRed

Defined in:
lib/rubyred.rb,
lib/rubyred/console.rb,
lib/rubyred/commands.rb,
lib/rubyred/commands/ping.rb

Defined Under Namespace

Modules: Commands Classes: Console

Constant Summary collapse

BOT =
Discordrb::Commands::CommandBot.new(token: 'MjI3MTM4Nzc1MTk5OTA3ODQw.CsBy_A.xM0Fl1Iz7wv87DV9Y5EQ_zCnf4Q',
application_id: 227138775199907840,
prefix: '!',
advanced_functionality: false)
CON_TIMESTAMP_FMT =
'%d-%m-%Y-%H-%M-%S'.freeze

Class Method Summary collapse

Class Method Details

.runObject



19
20
21
# File 'lib/rubyred.rb', line 19

def self.run
  BOT.run
end