Class: DComm::CLI::Guild::Edit

Inherits:
Command
  • Object
show all
Defined in:
lib/dcomm/cli/guild/edit.rb

Instance Attribute Summary

Attributes inherited from Command

#discord, #renderer

Instance Method Summary collapse

Methods inherited from Command

#initialize

Constructor Details

This class inherits a constructor from DComm::CLI::Command

Instance Method Details

#callObject



11
12
13
# File 'lib/dcomm/cli/guild/edit.rb', line 11

def call
  puts 'guild edit command'
end