mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-03 17:40:07 +00:00
refactor: make Structure#deleted a getter to a WeakSet (#7074)
This commit is contained in:
@@ -4,7 +4,7 @@ const { Collection } = require('@discordjs/collection');
|
||||
const CachedManager = require('./CachedManager');
|
||||
const { TypeError } = require('../errors');
|
||||
const MessagePayload = require('../structures/MessagePayload');
|
||||
const Sticker = require('../structures/Sticker');
|
||||
const { Sticker } = require('../structures/Sticker');
|
||||
|
||||
/**
|
||||
* Manages API methods for Guild Stickers and stores their cache.
|
||||
|
||||
Reference in New Issue
Block a user