ApplicationCommand constructor
ApplicationCommand({})
Implementation
ApplicationCommand({
required this.id,
required this.applicationId,
required this.name,
required this.description,
this.options,
this.guildId,
});