UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

7 lines (6 loc) 204 B
const Ban = require("../../structures/singles/ban") module.exports = async (bot, datas) => { const ban = new Ban(datas, bot) bot.emit(name(), bot, ban) } function name(){ return "GUILD_BAN_ADD" }