mirror of
https://github.com/danbulant/Shasha
synced 2026-06-16 21:01:20 +00:00
import
This commit is contained in:
parent
aef0bfbc5a
commit
5bfd4eee2e
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue