export type RepliableInteraction<Cached extends CacheType = CacheType> = Exclude< Interaction<Cached>, AutocompleteInteraction<Cached>>;
export type RepliableInteraction<Cached extends CacheType = CacheType> = Exclude< Interaction<Cached>, AutocompleteInteraction<Cached>>;