seedcord 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -134,6 +134,7 @@ var BuilderTypes = {
134
134
  modal: discord_js.ModalBuilder,
135
135
  label: discord_js.LabelBuilder,
136
136
  text_input: discord_js.TextInputBuilder,
137
+ file_upload: discord_js.FileUploadBuilder,
137
138
  // Action Row Components
138
139
  button: discord_js.ButtonBuilder,
139
140
  menu_string: discord_js.StringSelectMenuBuilder,