UNPKG

discord.js-selfbot-v13

Version:

A unofficial discord.js fork for creating selfbots [Based on discord.js v13]

7 lines (5 loc) 161 B
'use strict'; module.exports = (client, { d: data }) => { const guild = client.guilds.cache.get(data.guild_id); if (guild) guild?.settings._patch(data); };