Nostrum.Api.delete_guild_application_command
You're seeing just the function
delete_guild_application_command
, go back to Nostrum.Api module for more information.
Link to this function
delete_guild_application_command(application_id \\ Me.get().id, guild_id, command_id)
View SourceSpecs
delete_guild_application_command( Nostrum.Struct.User.id(), Nostrum.Struct.Guild.id(), Nostrum.Snowflake.t() ) :: {:ok} | error()
Delete an existing guild application command.
Parameters
application_id
: Application ID for which to create the command. If not given, this will be fetched fromMe
.guild_id
: The guild on which the command exists.command_id
: The current snowflake of the command.