This commit is contained in:
Neko Life 2021-07-05 01:15:28 +09:00
parent aef0bfbc5a
commit 5bfd4eee2e

View file

@ -1,5 +1,8 @@
'use strict';
const { getChannel, defaultEventLogEmbed, trySend } = require("../functions");
const getColor = require("../getColor");
module.exports = async (GUILD, USER) => {
if (GUILD.eventChannels?.ban) {
if (USER.partial) USER = await USER.fetch();