seyfert 3.2.7-dev-18548786613.0 → 3.2.7-dev-18548837005.0

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.
@@ -218,7 +218,7 @@ class MessagesMethods extends DiscordBase_1.DiscordBase {
218
218
  body.attachments?.map((x, i) => {
219
219
  if (x instanceof builders_1.Attachment) {
220
220
  return {
221
- id: x.id,
221
+ id: x.id ?? i.toString(),
222
222
  title: x.title,
223
223
  description: x.description,
224
224
  filename: x.filename,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seyfert",
3
- "version": "3.2.7-dev-18548786613.0",
3
+ "version": "3.2.7-dev-18548837005.0",
4
4
  "description": "The most advanced framework for discord bots",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",