UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

13 lines (10 loc) 302 B
const updateHandler = require('../../handlers/updateHandler') module.exports = async (bot, newGuild) => { let updateParameters = { name: name(), path: 'guilds', bot: true, } updateHandler(updateParameters, newGuild, bot) } function name(){ return "GUILD_UPDATE" }