@magicyan/discord 1.1.2 → 1.1.3

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.d.cts CHANGED
@@ -155,7 +155,7 @@ type ImageElementProperty = "author" | "thumbnail" | "image" | "footer";
155
155
  interface CreateEmbedFilesOptions {
156
156
  ignore?: ImageElementProperty[];
157
157
  extentions?: Record<ImageElementProperty, ImageFileExtention>;
158
- names?: Record<ImageElementProperty, ImageFileExtention>;
158
+ names?: Record<ImageElementProperty, string>;
159
159
  }
160
160
  /**
161
161
  * Turns any embed image url into an attachment and returns an attachment array
package/dist/index.d.mts CHANGED
@@ -155,7 +155,7 @@ type ImageElementProperty = "author" | "thumbnail" | "image" | "footer";
155
155
  interface CreateEmbedFilesOptions {
156
156
  ignore?: ImageElementProperty[];
157
157
  extentions?: Record<ImageElementProperty, ImageFileExtention>;
158
- names?: Record<ImageElementProperty, ImageFileExtention>;
158
+ names?: Record<ImageElementProperty, string>;
159
159
  }
160
160
  /**
161
161
  * Turns any embed image url into an attachment and returns an attachment array
package/dist/index.d.ts CHANGED
@@ -155,7 +155,7 @@ type ImageElementProperty = "author" | "thumbnail" | "image" | "footer";
155
155
  interface CreateEmbedFilesOptions {
156
156
  ignore?: ImageElementProperty[];
157
157
  extentions?: Record<ImageElementProperty, ImageFileExtention>;
158
- names?: Record<ImageElementProperty, ImageFileExtention>;
158
+ names?: Record<ImageElementProperty, string>;
159
159
  }
160
160
  /**
161
161
  * Turns any embed image url into an attachment and returns an attachment array
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicyan/discord",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Simple functions to facilitate discord bot development",
5
5
  "license": "MIT",
6
6
  "type": "module",