UNPKG

discord.js

Version:

A powerful library for interacting with the Discord API

6 lines (4 loc) 120 B
'use strict'; module.exports = (client, { d: data }) => { client.actions.GuildSoundboardSoundDelete.handle(data); };