Class: DComm::CLI::Guild::Create
- Defined in:
- lib/dcomm/cli/guild/create.rb
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from DComm::CLI::Command
Instance Method Details
#call(app_id:, guild_id:, command_file:) ⇒ Object
20 21 22 23 24 |
# File 'lib/dcomm/cli/guild/create.rb', line 20 def call(app_id:, guild_id:, command_file:) command = YAML.safe_load_file(File.(command_file)) response = discord.create_guild_app_cmd(app_id:, guild_id:, command:) renderer.call(response) end |