discord.js
Advanced tools
Comparing version 14.17.3-dev.1736101599-df68b469f to 14.17.3-dev.1736104404-15cbca941
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "discord.js", | ||
"version": "14.17.3-dev.1736101599-df68b469f", | ||
"version": "14.17.3-dev.1736104404-15cbca941", | ||
"description": "A powerful library for interacting with the Discord API", | ||
@@ -83,4 +83,4 @@ "main": "./src/index.js", | ||
"typescript": "~5.5.4", | ||
"@discordjs/scripts": "^0.1.0", | ||
"@discordjs/api-extractor": "^7.38.1", | ||
"@discordjs/scripts": "^0.1.0", | ||
"@discordjs/docgen": "^0.12.1" | ||
@@ -87,0 +87,0 @@ }, |
@@ -7,3 +7,3 @@ 'use strict'; | ||
module.exports = (client, { d: data }, shard) => { | ||
client.emit(Events.Debug, `[14.7.2 DEBUG] ${JSON.stringify({ data, shard })}`); | ||
client.emit(Events.Debug, `[14.7.2 DEBUG] ${JSON.stringify({ data })}`); | ||
let guild = client.guilds.cache.get(data.id); | ||
@@ -10,0 +10,0 @@ if (guild) { |
1947989