UNPKG

katsu-sb

Version:

Using Discord.js for a selfbot

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