UNPKG

discord.js-selfbot-v13

Version:

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

6 lines (4 loc) 108 B
'use strict'; module.exports = (client, { d: data }) => { client.notes.cache.set(data.id, data.note); };